Skip to content

Commit

Permalink
[Config] Fixed @Covers annotation which ignored some of the methods f…
Browse files Browse the repository at this point in the history
…rom the code coverage.
  • Loading branch information
jakzal committed Jun 3, 2013
1 parent bf769e0 commit c5dda79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class FileLoaderTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers Symfony\Component\Config\Loader\FileLoader::import
* @covers Symfony\Component\Config\Loader\FileLoader
*/
public function testImport()
{
Expand Down

0 comments on commit c5dda79

Please sign in to comment.