mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-05 10:11:25 -05:00
update: ForumCategoryControllerTest
This commit is contained in:
+5
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user