8000 (properly) skip a transient test on AppVeyor · symfony/symfony@8e4061f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e4061f

Browse files
committed
(properly) skip a transient test on AppVeyor
1 parent fd0d5b5 commit 8e4061f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/VarDumper/Tests/Server/ConnectionTest.php

Lines changed: 1 addition & 0 deletions
< 41A7 td data-grid-cell-id="diff-2de31a3642bad25e022fab484126abda78f53ab06a38374d7f6ed0c5392503a5-28-29-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">29
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ConnectionTest extends TestCase
2424

2525
public function testDump()
2626
{
27+
var_dump(getenv('APPVEYOR'));
2728
if ('True' === getenv('APPVEYOR')) {
28
$this->markTestSkipped('Skip transient test on AppVeyor');
2930
}

0 commit comments

Comments
 (0)
0