Skip to content

Commit b946a82

Browse files
committed
Fixed include issue in tests
1 parent de4ac65 commit b946a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FallbackConfiguration.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
chdir(__DIR__);
1414
require_once __DIR__ . '/../vendor/autoload.php';
15-
require_once __DIR__ . '/mock/autoload.php';
15+
require_once __DIR__ . '/mock/Autoload.php';
1616
$testHelper = new TestHelper('Custom namespaces');
1717

1818
if(!class_exists(Phpfastcache\Drivers\Fakefiles\Item::class)

0 commit comments

Comments
 (0)