Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Oct 30, 2020
1 parent 0db04bc commit a08ecbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected function requireAtLeastSymfony5_1()
private function requireAtLeastSymfonyVersion(int $version)
{
if (Kernel::VERSION_ID < $version) {
$this->markTestSkipped("Skipping test case, minimum required Symfony version not fulfilled.");
$this->markTestSkipped('Skipping test case, minimum required Symfony version not fulfilled.');
}
}
}

0 comments on commit a08ecbd

Please sign in to comment.