Skip to content

Commit 1cd91a9

Browse files
committed
docs: fix test classname
1 parent e721328 commit 1cd91a9

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/testing/controllers

1 file changed

+1
-1
lines changed

user_guide_src/source/testing/controllers/002.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use CodeIgniter\Test\ControllerTestTrait;
77
use CodeIgniter\Test\DatabaseTestTrait;
88

9-
class FooControllerTest extends CIUnitTestCase
9+
class ForumControllerTest extends CIUnitTestCase
1010
{
1111
use ControllerTestTrait;
1212
use DatabaseTestTrait;

0 commit comments

Comments
 (0)