Skip to content

Commit 07c5d4c

Browse files
committed
fix filename
1 parent 0b21384 commit 07c5d4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PHPUnit/TestParser/PHPUnitParser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ final class PDF_testerTest extends TestCase {
426426
});
427427

428428
it('fix const array problem', () => {
429-
const file = phpUnitProject('tests/PDF_testerTest.php');
429+
const file = phpUnitProject('tests/ArrayConstTest.php');
430430
const content = `<?php declare(strict_types=1);
431431
432432
use PHPUnit\\Framework\\TestCase;

0 commit comments

Comments
 (0)