From c5dda79778418135b3d85f6632447415c18021dc Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 3 Jun 2013 01:05:06 +0100 Subject: [PATCH] [Config] Fixed @covers annotation which ignored some of the methods from the code coverage. --- src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php b/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php index d63f0c0bcf..6bb3c73b96 100644 --- a/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php +++ b/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php @@ -18,7 +18,7 @@ use Symfony\Component\Config\Exception\FileLoaderImportCircularReferenceExceptio class FileLoaderTest extends \PHPUnit_Framework_TestCase { /** - * @covers Symfony\Component\Config\Loader\FileLoader::import + * @covers Symfony\Component\Config\Loader\FileLoader */ public function testImport() {