add test case for #1527

This commit is contained in:
Tomas Votruba 2019-06-04 16:26:55 +03:00
parent c7dcf686e4
commit 4b6920caab
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/**
* Stage constructor.
*
* @param string $stage
* @param boolean $undefined Should the object be undefined?
*/

View File

@ -67,6 +67,7 @@ final class PhpDocInfoPrinterTest extends AbstractKernelTestCase
yield [__DIR__ . '/PhpDocInfoPrinterSource/doc12.txt'];
yield [__DIR__ . '/PhpDocInfoPrinterSource/doc13.txt'];
yield [__DIR__ . '/PhpDocInfoPrinterSource/doc14.txt'];
yield [__DIR__ . '/PhpDocInfoPrinterSource/doc15.txt'];
}
public function provideMultiline(): Iterator