Skip to content

Commit 964bd57

Browse files
[PhpUnitBridge] Fix tests on Windows
1 parent 657a8e2 commit 964bd57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/expectdeprecationfail.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Test ExpectDeprecationTrait failing tests
33
--FILE--
44
<?php
5-
$test = realpath(__DIR__ . '/FailTests/ExpectDeprecationTraitTestFail.php');
6-
passthru(getenv('SYMFONY_SIMPLE_PHPUNIT_BIN_DIR') . '/simple-phpunit --colors=never ' . $test);
5+
$test = realpath(__DIR__.'/FailTests/ExpectDeprecationTraitTestFail.php');
6+
passthru('php '.getenv('SYMFONY_SIMPLE_PHPUNIT_BIN_DIR').'/simple-phpunit.php --colors=never '.$test);
77
?>
88
--EXPECTF--
99
PHPUnit %s by Sebastian Bergmann and contributors.

0 commit comments

Comments
 (0)