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

Skip to content

Commit 562174a

Browse files
fabpotarnaud-lb
authored andcommitted
[Routing] fixed indentation of dumped collections
1 parent 1489021 commit 562174a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public function testDump(RouteCollection $collection, $fixture, $options = array
4141
$basePath = __DIR__.'/../../Fixtures/dumper/';
4242

4343
$dumper = new PhpMatcherDumper($collection);
44-
45-
file_put_contents('/tmp/' . $fixture, $dumper->dump($options));
4644
$this->assertStringEqualsFile($basePath.$fixture, $dumper->dump($options), '->dump() correctly dumps routes as optimized PHP code.');
4745
}
4846

0 commit comments

Comments
 (0)