Contao\CoreBundle\Test\Config\Dumper\CombinedFileDumperTest::testDump PHP Method

testDump() public method

Tests dumping a file.
public testDump ( )
    public function testDump()
    {
        $dumper = new CombinedFileDumper($this->mockFilesystem("<?php\n\necho 'test';\n"), $this->mockLoader(), $this->getCacheDir());
        $dumper->dump(['test.php'], 'test.php');
    }