File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Symfony/Component/VarDumper/Tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ public function testDumpForwardsToWrappedDumperWhenServerIsUnavailable()
39
39
40
40
public function testDump ()
41
41
{
42
- if ('True ' === getenv ( ' APPVEYOR ' ) ) {
43
- $ this ->markTestSkipped ('Skip transient test on AppVeyor ' );
42
+ if ('\\ ' === \ DIRECTORY_SEPARATOR ) {
43
+ $ this ->markTestSkipped ('Skip transient test on Windows ' );
44
44
}
45
45
46
46
$ wrappedDumper = $ this ->createMock (DataDumperInterface::class);
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ class ConnectionTest extends TestCase
24
24
25
25
public function testDump ()
26
26
{
27
- if ('True ' === getenv ( ' APPVEYOR ' ) ) {
28
- $ this ->markTestSkipped ('Skip transient test on AppVeyor ' );
27
+ if ('\\ ' === \ DIRECTORY_SEPARATOR ) {
28
+ $ this ->markTestSkipped ('Skip transient test on Windows ' );
29
29
}
30
30
31
31
$ cloner = new VarCloner ();
You can’t perform that action at this time.
0 commit comments