Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75c8a2b

Browse files
minor #14122 [VarDumper] Fix tests typo (ogizanagi)
This PR was merged into the 2.7 branch. Discussion ---------- [VarDumper] Fix tests typo | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ✘ | License | MIT | Doc PR | ✘ I guess there is a typo here, Travis reported (php >=5.6, see https://travis-ci.org/symfony/symfony/jobs/56527757 for instance): > 1) Symfony\Component\VarDumper\Tests\CliDumperTest::testSpecialVars56 Undefined variable: out /home/travis/build/symfony/symfony/vendor/symfony/phpunit-bridge/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php:38 /home/travis/build/symfony/symfony/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php:218 Commits ------- c5f39aa [VarDumper] CliDumper: fix test typo
2 parents a86a419 + c5f39aa commit 75c8a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Tests/CliDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function testSpecialVars56()
242242
243243
EOTXT
244244
,
245-
$out
245+
$var
246246
);
247247
}
248248

0 commit comments

Comments
 (0)