File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
tests/_support/Test/AfterAutoloadModule Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
use CodeIgniter \Config \BaseService ;
18
18
19
19
/**
20
- * Services for testing BaseService::updateServicesCache()
20
+ * Services for testing BaseService::resetServicesCache().
21
21
*
22
- * This class should not be discovered by the autoloader until the test adds this namespace to the autoloader.
22
+ * This class should not be discovered by the autoloader until the test adds
23
+ * this namespace to the autoloader.
23
24
*/
24
25
class Services extends BaseService
25
26
{
Original file line number Diff line number Diff line change 14
14
namespace AfterAutoloadModule ;
15
15
16
16
/**
17
- * A simple class for testing BaseService::updateServicesCache()
17
+ * A simple class for testing BaseService::resetServicesCache().
18
18
*
19
- * This class should not be discovered by the autoloader until the test adds this namespace to the autoloader.
19
+ * This class should not be discovered by the autoloader until the test adds
20
+ * this namespace to the autoloader.
20
21
*/
21
22
class Test
22
23
{
You can’t perform that action at this time.
0 commit comments