[Config] Fixed @covers annotation which ignored some of the methods from the code coverage.

This commit is contained in:
Jakub Zalas 2013-06-03 01:05:06 +01:00
parent bf769e0437
commit c5dda79778

View File

@ -18,7 +18,7 @@ use Symfony\Component\Config\Exception\FileLoaderImportCircularReferenceExceptio
class FileLoaderTest extends \PHPUnit_Framework_TestCase class FileLoaderTest extends \PHPUnit_Framework_TestCase
{ {
/** /**
* @covers Symfony\Component\Config\Loader\FileLoader::import * @covers Symfony\Component\Config\Loader\FileLoader
*/ */
public function testImport() public function testImport()
{ {