Skip to content

Commit 6cef4e7

Browse files
committed
tests: renamed .inc to .php
1 parent c805d13 commit 6cef4e7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/Caching/Cache.load.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Tester\Assert;
1010

1111
require __DIR__ . '/../bootstrap.php';
1212

13-
require __DIR__ . '/Cache.inc';
13+
require __DIR__ . '/Cache.php';
1414

1515

1616
// load twice with fallback
File renamed without changes.

tests/Caching/Cache.save.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Tester\Assert;
1010

1111
require __DIR__ . '/../bootstrap.php';
1212

13-
require __DIR__ . '/Cache.inc';
13+
require __DIR__ . '/Cache.php';
1414

1515

1616
// save value with dependencies

0 commit comments

Comments
 (0)