Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31bd00e

Browse filesBrowse files
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 ------- 89033a5 [PhpUnitBridge] fix test on appveyor
2 parents 094b507 + 89033a5 commit 31bd00e
Copy full SHA for 31bd00e

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Tests/expectrisky.phpt
+2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.