File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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()
3939
4040 public function testDump ()
4141 {
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 ' );
4444 }
4545
4646 $ wrappedDumper = $ this ->createMock (DataDumperInterface::class);
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ class ConnectionTest extends TestCase
2424
2525 public function testDump ()
2626 {
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 ' );
2929 }
3030
3131 $ cloner = new VarCloner ();
You can’t perform that action at this time.
0 commit comments