8000 Fix BladeCompiler testIsExpiredReturnsTrueWhenUseCacheIsFalse · laravel/framework@a17289c · GitHub
[go: up one dir, main page]

Skip to content

Commit a17289c

Browse files
committed
Fix BladeCompiler testIsExpiredReturnsTrueWhenUseCacheIsFalse
1 parent 191271a commit a17289c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/View/ViewBladeCompilerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testIsExpiredReturnsFalseWhenUseCacheIsTrueAndNoFileModification
5151

5252
public function testIsExpiredReturnsTrueWhenUseCacheIsFalse()
5353
{
54-
$compiler = new BladeCompiler($files = $this->getFiles(), __DIR__, $basePath = '', $useCache = false);
54+
$compiler = new BladeCompiler($files = $this->getFiles(), __DIR__, shouldCache: false);
5555
$this->assertTrue($compiler->isExpired('foo'));
5656
}
5757

0 commit comments

Comments
 (0)
0