minor #41166 [PhpUnitBridge] fix test on appveyor (nicolas-grekas)

This PR was merged into the 5.3-dev branch.

Discussion
----------

[PhpUnitBridge] fix test on appveyor

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Hopefully :)

Commits
-------

89033a5781 [PhpUnitBridge] fix test on appveyor
This commit is contained in:
Nicolas Grekas 2021-05-11 23:31:43 +02:00
commit 31bd00e6d7

View File

@ -1,5 +1,7 @@
--TEST--
Test NoAssertionsTestRisky risky test
--SKIPIF--
<?php if ('\\' === DIRECTORY_SEPARATOR && !extension_loaded('mbstring')) die('Skipping on Windows without mbstring');
--FILE--
<?php
$test = realpath(__DIR__.'/FailTests/NoAssertionsTestRisky.php');