We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b21384 commit 07c5d4cCopy full SHA for 07c5d4c
1 file changed
src/PHPUnit/TestParser/PHPUnitParser.test.ts
@@ -426,7 +426,7 @@ final class PDF_testerTest extends TestCase {
426
});
427
428
it('fix const array problem', () => {
429
- const file = phpUnitProject('tests/PDF_testerTest.php');
+ const file = phpUnitProject('tests/ArrayConstTest.php');
430
const content = `<?php declare(strict_types=1);
431
432
use PHPUnit\\Framework\\TestCase;
0 commit comments