mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01:00
tests: fixes windows tests
This commit is contained in:
@ -8,7 +8,7 @@ it('outputs the version when --version is used', function () {
|
|||||||
$plugin = new Version($output);
|
$plugin = new Version($output);
|
||||||
|
|
||||||
$plugin->handleArguments(['foo', '--version']);
|
$plugin->handleArguments(['foo', '--version']);
|
||||||
assertEquals("Pest 0.2.2\n", $output->fetch());
|
assertStringContainsString('Pest 0.2.2', $output->fetch());
|
||||||
});
|
});
|
||||||
|
|
||||||
it('do not outputs version when --version is not used', function () {
|
it('do not outputs version when --version is not used', function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user