Skip to content

Commit 614789f

Browse files
committed
Renamed test class
1 parent 45d288c commit 614789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnitTest/PhpDocReader/PhpDocParserTest.php renamed to tests/UnitTest/PhpDocReader/PhpDocReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Test class for PhpDocReader
1010
*/
11-
class PhpDocParserTest extends \PHPUnit_Framework_TestCase
11+
class PhpDocReaderTest extends \PHPUnit_Framework_TestCase
1212
{
1313
/**
1414
* @see https://github.com/mnapoli/PHP-DI/issues/87

0 commit comments

Comments
 (0)