[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
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{