Skip to content

Commit d76553a

Browse files
committed
relax test by using line expectation placeholders
1 parent 557e0a1 commit d76553a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/end-to-end/regression/6335-method-attribute-annotation-mix.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ There was 1 PHPUnit test runner warning:
2727
There was 1 error:
2828

2929
1) PHPUnit\TestFixture\Issue6335\Issue6335MethodTest::testOne
30-
ArgumentCountError: Too few arguments to function PHPUnit\TestFixture\Issue6335\Issue6335MethodTest::testOne(), 0 passed in %sTestCase.php on line 1548 and exactly 1 expected
30+
ArgumentCountError: Too few arguments to function PHPUnit\TestFixture\Issue6335\Issue6335MethodTest::testOne(), 0 passed in %sTestCase.php on line %d and exactly 1 expected
3131

32-
%AIssue6335MethodTest.php:29
32+
%AIssue6335MethodTest.php:%d
3333

3434
ERRORS!
3535
Tests: 1, Assertions: 0, Errors: 1, PHPUnit Warnings: 1.

0 commit comments

Comments
 (0)