You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/end-to-end/event/user-error-php-84.phpt
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,7 @@ Test Runner Execution Started (2 tests)
34
34
Test Suite Started (PHPUnit\TestFixture\Event\UserErrorTest, 2 tests)
35
35
Test Preparation Started (PHPUnit\TestFixture\Event\UserErrorTest::testUserError)
36
36
Test Prepared (PHPUnit\TestFixture\Event\UserErrorTest::testUserError)
37
-
Assertion Succeeded (Constraint: is true, Value: true)
38
-
Test Triggered PHPDeprecation (PHPUnit\TestFixture\Event\UserErrorTest::testUserError)
37
+
Test Triggered PHPDeprecation (PHPUnit\TestFixture\Event\UserErrorTest::testUserError, unknown if issue was triggered in first-party code or third-party code)
39
38
Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or call exit with a string message instead
40
39
Test Triggered Error (PHPUnit\TestFixture\Event\UserErrorTest::testUserError)
41
40
message
@@ -44,7 +43,7 @@ E_USER_ERROR was triggered
44
43
Test Finished (PHPUnit\TestFixture\Event\UserErrorTest::testUserError)
45
44
Test Preparation Started (PHPUnit\TestFixture\Event\UserErrorTest::testUserErrorMustAbortExecution)
46
45
Test Prepared (PHPUnit\TestFixture\Event\UserErrorTest::testUserErrorMustAbortExecution)
47
-
Test Triggered PHPDeprecation (PHPUnit\TestFixture\Event\UserErrorTest::testUserErrorMustAbortExecution)
46
+
Test Triggered PHPDeprecation (PHPUnit\TestFixture\Event\UserErrorTest::testUserErrorMustAbortExecution, unknown if issue was triggered in first-party code or third-party code)
48
47
Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or call exit with a string message instead
49
48
Test Triggered Error (PHPUnit\TestFixture\Event\UserErrorTest::testUserErrorMustAbortExecution)
0 commit comments