tests: fixes windows tests

This commit is contained in:
Nuno Maduro
2020-06-26 18:42:57 +02:00
parent c7326f430b
commit a3644f7efa

View File

@ -8,7 +8,7 @@ it('outputs the version when --version is used', function () {
$plugin = new Version($output);
$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 () {