Example #1
0
 public function testYamlIsTheDefaultExtension()
 {
     $this->assertEquals(Configuration::YAML, $this->conf->getExtension());
 }