Skip to content

Commit

Permalink
docs: fix test classname
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 2, 2024
1 parent e721328 commit 1cd91a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/testing/controllers/002.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use CodeIgniter\Test\ControllerTestTrait;
use CodeIgniter\Test\DatabaseTestTrait;

class FooControllerTest extends CIUnitTestCase
class ForumControllerTest extends CIUnitTestCase
{
use ControllerTestTrait;
use DatabaseTestTrait;
Expand Down

0 comments on commit 1cd91a9

Please sign in to comment.