8000 [PhpUnitBridge] fix test on appveyor · symfony/symfony@89033a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89033a5

Browse files
[PhpUnitBridge] fix test on appveyor
1 parent 18997ab commit 89033a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bridge/PhpUnit/Tests/expectrisky.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test NoAssertionsTestRisky risky test
3+
--SKIPIF--
4+
<?php if ('\\' === DIRECTORY_SEPARATOR && !extension_loaded('mbstring')) die('Skipping on Windows without mbstring');
35
--FILE--
46
<?php
57
$test = realpath(__DIR__.'/FailTests/NoAssertionsTestRisky.php');

0 commit comments

Comments
 (0)
0