From 651f5fb570b7bab6aa36b79e7eaadb5ce80aac9a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 8 Jan 2015 12:43:03 +0100 Subject: [PATCH] [Yaml] maked a test as being for deprecated feature --- src/Symfony/Component/Yaml/Tests/YamlTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Yaml/Tests/YamlTest.php b/src/Symfony/Component/Yaml/Tests/YamlTest.php index 53b0bfaaeb..a8e1ec045d 100644 --- a/src/Symfony/Component/Yaml/Tests/YamlTest.php +++ b/src/Symfony/Component/Yaml/Tests/YamlTest.php @@ -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);