Skip to content

Commit

Permalink
Fix test with Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Nov 28, 2024
1 parent 32c75d8 commit 2689fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Handler/BerliozSystemJobHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ protected function result(false|string $output, int $result): void
));
$output = ob_get_clean();

$this->assertEquals('"foo bar"' . PHP_EOL . $core->getDirectories()->getAppDir(), $output);
$this->assertStringContainsString('foo bar', $output);
$this->assertStringEndsWith($core->getDirectories()->getAppDir(), $output);
}
}

0 comments on commit 2689fe6

Please sign in to comment.