public function testCanParseWillReturnFalseForNonYamlExtensions() { $this->assertFalse($this->parser->canParse('test.xml')); }