update: ForumCategoryControllerTest

This commit is contained in:
HDVinnie
2022-12-13 12:37:57 -05:00
parent 55256a7fed
commit 986080c27e
@@ -1,6 +1,6 @@
<?php
namespace Tests\Feature\Http\Controllers;
namespace Tests\Todo\Feature\Http\Controllers;
use App\Models\Forum;
use App\Models\Permission;
@@ -17,6 +17,8 @@ class ForumCategoryControllerTest extends TestCase
/** @test */
public function show_category_returns_an_ok_response(): void
{
$this->markTestIncomplete('This test case was generated by Shift. When you are ready, remove this line and complete this test case.');
$this->seed(UsersTableSeeder::class);
$this->seed(GroupsTableSeeder::class);
@@ -43,6 +45,8 @@ class ForumCategoryControllerTest extends TestCase
/** @test */
public function show_forum_returns_an_ok_response(): void
{
$this->markTestIncomplete('This test case was generated by Shift. When you are ready, remove this line and complete this test case.');
$this->seed(UsersTableSeeder::class);
$this->seed(GroupsTableSeeder::class);