We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee1cd1 commit 332e6ddCopy full SHA for 332e6dd
tests/UnitTest/PhpDocReader/PhpDocReaderTest.php renamed to tests/UnitTest/PhpDocReader/Issue87Test.php
@@ -6,11 +6,12 @@
6
use PhpDocReader\PhpDocReader;
7
8
/**
9
- * Test class for PhpDocReader
+ * @see https://github.com/mnapoli/PHP-DI/issues/87
10
*/
11
-class PhpDocReaderTest extends \PHPUnit_Framework_TestCase
+class Issue87Test extends \PHPUnit_Framework_TestCase
12
{
13
14
+ * This test ensures that use statements in class files take precedence in resolving type annotations
15
* @see https://github.com/mnapoli/PHP-DI/issues/87
16
17
public function testGetParameterTypeUseStatementBeforeLocalNamespace()
0 commit comments