Skip to content

Commit 8204af9

Browse files
[PhpUnitBridge] fix test on appveyor
1 parent 2d402ea commit 8204af9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)