Skip to content

Commit 94e43fd

Browse files
committed
test: update comments
1 parent bae26f0 commit 94e43fd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

tests/_support/Test/AfterAutoloadModule/Config/Services.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
use CodeIgniter\Config\BaseService;
1818

1919
/**
20-
* Services for testing BaseService::updateServicesCache()
20+
* Services for testing BaseService::resetServicesCache().
2121
*
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.
2324
*/
2425
class Services extends BaseService
2526
{

tests/_support/Test/AfterAutoloadModule/Test.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
namespace AfterAutoloadModule;
1515

1616
/**
17-
* A simple class for testing BaseService::updateServicesCache()
17+
* A simple class for testing BaseService::resetServicesCache().
1818
*
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.
2021
*/
2122
class Test
2223
{

0 commit comments

Comments
 (0)