Ejemplo n.º 1
0
 public function testSaveYamlWritesCorrectYaml()
 {
     $this->writer->saveYaml($this->getPath('test.yaml'));
     $this->assertEquals(loadFixtureContent('Configuration/expected.yaml'), $this->getContents('test.yaml'));
 }