We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe94da4 commit d594fc1Copy full SHA for d594fc1
tests/View/Compiler/CommonMarkCompilerTest.php
@@ -35,7 +35,7 @@ public function testCompile(): void
35
$files = Mockery::mock(Filesystem::class);
36
$files->shouldReceive('get')->once()->with('path')->andReturn('markdown');
37
38
- if (10 === (int) Application::VERSION) {
+ if (((int) Application::VERSION) >= 10) {
39
$files->shouldReceive('put')->once()->with(__DIR__.'/b5ee0bc34d1063d878b5fea7206bb2f5.php', 'html');
40
} else {
41
$files->shouldReceive('put')->once()->with(__DIR__.'/e13dbc54cb72a29f66053c494f2c456242d1fefa.php', 'html');
0 commit comments