Exemplo n.º 1
0
 public function testCanParseWillReturnFalseForNonYamlExtensions()
 {
     $this->assertFalse($this->parser->canParse('test.xml'));
 }