Contao\CoreBundle\Test\Config\Dumper\CombinedFileDumperTest::testDump PHP 메소드

testDump() 공개 메소드

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');
    }