예제 #1
0
파일: YamlTest.php 프로젝트: devster/alice
 public function testCanParseWillReturnFalseForNonYamlExtensions()
 {
     $this->assertFalse($this->parser->canParse('test.xml'));
 }