Skip to content

Commit d594fc1

Browse files
Update CommonMarkCompilerTest.php
1 parent fe94da4 commit d594fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/View/Compiler/CommonMarkCompilerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testCompile(): void
3535
$files = Mockery::mock(Filesystem::class);
3636
$files->shouldReceive('get')->once()->with('path')->andReturn('markdown');
3737

38-
if (10 === (int) Application::VERSION) {
38+
if (((int) Application::VERSION) >= 10) {
3939
$files->shouldReceive('put')->once()->with(__DIR__.'/b5ee0bc34d1063d878b5fea7206bb2f5.php', 'html');
4040
} else {
4141
$files->shouldReceive('put')->once()->with(__DIR__.'/e13dbc54cb72a29f66053c494f2c456242d1fefa.php', 'html');

0 commit comments

Comments
 (0)