Skip to content

Commit dc87b0d

Browse files
committed
test: use FileLocatorInterface
1 parent f0f9f31 commit dc87b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/system/Autoloader/FileLocatorCachedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
final class FileLocatorCachedTest extends FileLocatorTest
2424
{
2525
private FileVarExportHandler $handler;
26-
protected FileLocator $locator;
26+
protected FileLocatorInterface $locator;
2727

2828
public static function tearDownAfterClass(): void
2929
{

tests/system/Autoloader/FileLocatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
class FileLocatorTest extends CIUnitTestCase
2626
{
27-
protected FileLocator $locator;
27+
protected FileLocatorInterface $locator;
2828

2929
protected function setUp(): void
3030
{

0 commit comments

Comments
 (0)