[Yaml] maked a test as being for deprecated feature

This commit is contained in:
Fabien Potencier 2015-01-08 12:43:03 +01:00
parent 8d4fcc0798
commit 651f5fb570

View File

@ -23,7 +23,7 @@ class YamlTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($data, $parsed);
}
public function testParseFromFile()
public function testLegacyParseFromFile()
{
$filename = __DIR__.'/Fixtures/index.yml';
$contents = file_get_contents($filename);