Skip to content

Commit b424341

Browse files
mvoriseksebastianbergmann
authored andcommitted
fix rebase
1 parent 479d181 commit b424341

7 files changed

+8
-8
lines changed

tests/end-to-end/event/deprecations-can-be-ignored-using-attribute.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Test Passed (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testTwo)
4343
Test Finished (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testTwo)
4444
Test Preparation Started (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testOneErrorGetLast)
4545
Test Prepared (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testOneErrorGetLast)
46-
Assertion Succeeded (Constraint: is null, Value: {enable export of objects to see this value})
46+
Assertion Succeeded (Constraint: is null, Value: null)
4747
Test Triggered Test-Ignored Deprecation (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testOneErrorGetLast)
4848
message
4949
Assertion Succeeded (Constraint: is of type array, Value: Array &0 [
@@ -56,7 +56,7 @@ Test Passed (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testOneErrorGetLa
5656
Test Finished (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testOneErrorGetLast)
5757
Test Preparation Started (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testTwoErrorGetLast)
5858
Test Prepared (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testTwoErrorGetLast)
59-
Assertion Succeeded (Constraint: is null, Value: {enable export of objects to see this value})
59+
Assertion Succeeded (Constraint: is null, Value: null)
6060
Test Triggered Deprecation (PHPUnit\TestFixture\Event\IgnoreDeprecationsTest::testTwoErrorGetLast)
6161
message
6262
Assertion Succeeded (Constraint: is of type array, Value: Array &0 [

tests/end-to-end/event/error-handler-can-be-disabled.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Test Passed (PHPUnit\TestFixture\Event\ErrorHandlerCanBeDisabled\FooTest::testEr
4949
Test Finished (PHPUnit\TestFixture\Event\ErrorHandlerCanBeDisabled\FooTest::testErrorHandlerSet)
5050
Test Preparation Started (PHPUnit\TestFixture\Event\ErrorHandlerCanBeDisabled\FooTest::testErrorHandlerIsNotSet)
5151
Test Prepared (PHPUnit\TestFixture\Event\ErrorHandlerCanBeDisabled\FooTest::testErrorHandlerIsNotSet)
52-
Assertion Succeeded (Constraint: is null, Value: {enable export of objects to see this value})
52+
Assertion Succeeded (Constraint: is null, Value: null)
5353
Test Passed (PHPUnit\TestFixture\Event\ErrorHandlerCanBeDisabled\FooTest::testErrorHandlerIsNotSet)
5454
Test Finished (PHPUnit\TestFixture\Event\ErrorHandlerCanBeDisabled\FooTest::testErrorHandlerIsNotSet)
5555
Test Suite Finished (PHPUnit\TestFixture\Event\ErrorHandlerCanBeDisabled\FooTest, 4 tests)

tests/end-to-end/event/suppressed-user-notice.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Test Passed (PHPUnit\TestFixture\Event\SuppressedUserNoticeTest::testSuppressedU
3636
Test Finished (PHPUnit\TestFixture\Event\SuppressedUserNoticeTest::testSuppressedUserNotice)
3737
Test Preparation Started (PHPUnit\TestFixture\Event\SuppressedUserNoticeTest::testSuppressedUserNoticeErrorGetLast)
3838
Test Prepared (PHPUnit\TestFixture\Event\SuppressedUserNoticeTest::testSuppressedUserNoticeErrorGetLast)
39-
Assertion Succeeded (Constraint: is null, Value: {enable export of objects to see this value})
39+
Assertion Succeeded (Constraint: is null, Value: null)
4040
Test Triggered Suppressed Notice (PHPUnit\TestFixture\Event\SuppressedUserNoticeTest::testSuppressedUserNoticeErrorGetLast)
4141
message
4242
Assertion Succeeded (Constraint: is of type array, Value: Array &0 [

tests/end-to-end/event/suppressed-user-warning.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Test Passed (PHPUnit\TestFixture\Event\SuppressedUserWarningTest::testSuppressed
3636
Test Finished (PHPUnit\TestFixture\Event\SuppressedUserWarningTest::testSuppressedUserWarning)
3737
Test Preparation Started (PHPUnit\TestFixture\Event\SuppressedUserWarningTest::testSuppressedUserWarningErrorGetLast)
3838
Test Prepared (PHPUnit\TestFixture\Event\SuppressedUserWarningTest::testSuppressedUserWarningErrorGetLast)
39-
Assertion Succeeded (Constraint: is null, Value: {enable export of objects to see this value})
39+
Assertion Succeeded (Constraint: is null, Value: null)
4040
Test Triggered Suppressed Warning (PHPUnit\TestFixture\Event\SuppressedUserWarningTest::testSuppressedUserWarningErrorGetLast)
4141
message
4242
Assertion Succeeded (Constraint: is of type array, Value: Array &0 [

tests/end-to-end/event/user-deprecated.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Test Passed (PHPUnit\TestFixture\Event\DeprecatedFeatureTest::testDeprecatedFeat
3838
Test Finished (PHPUnit\TestFixture\Event\DeprecatedFeatureTest::testDeprecatedFeature)
3939
Test Preparation Started (PHPUnit\TestFixture\Event\DeprecatedFeatureTest::testDeprecatedSuppressedErrorGetLast)
4040
Test Prepared (PHPUnit\TestFixture\Event\DeprecatedFeatureTest::testDeprecatedSuppressedErrorGetLast)
41-
Assertion Succeeded (Constraint: is null, Value: {enable export of objects to see this value})
41+
Assertion Succeeded (Constraint: is null, Value: null)
4242
Test Triggered Suppressed Deprecation (PHPUnit\TestFixture\Event\DeprecatedFeatureTest::testDeprecatedSuppressedErrorGetLast)
4343
message
4444
Assertion Succeeded (Constraint: is of type array, Value: Array &0 [

tests/end-to-end/event/user-notice.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Test Passed (PHPUnit\TestFixture\Event\UserNoticeTest::testUserNotice)
3636
Test Finished (PHPUnit\TestFixture\Event\UserNoticeTest::testUserNotice)
3737
Test Preparation Started (PHPUnit\TestFixture\Event\UserNoticeTest::testUserNoticeErrorGetLast)
3838
Test Prepared (PHPUnit\TestFixture\Event\UserNoticeTest::testUserNoticeErrorGetLast)
39-
Assertion Succeeded (Constraint: is null, Value: {enable export of objects to see this value})
39+
Assertion Succeeded (Constraint: is null, Value: null)
4040
Test Triggered Notice (PHPUnit\TestFixture\Event\UserNoticeTest::testUserNoticeErrorGetLast)
4141
message
4242
Assertion Succeeded (Constraint: is of type array, Value: Array &0 [

tests/end-to-end/event/user-warning.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Test Passed (PHPUnit\TestFixture\Event\UserWarningTest::testUserWarning)
3636
Test Finished (PHPUnit\TestFixture\Event\UserWarningTest::testUserWarning)
3737
Test Preparation Started (PHPUnit\TestFixture\Event\UserWarningTest::testUserWarningErrorGetLast)
3838
Test Prepared (PHPUnit\TestFixture\Event\UserWarningTest::testUserWarningErrorGetLast)
39-
Assertion Succeeded (Constraint: is null, Value: {enable export of objects to see this value})
39+
Assertion Succeeded (Constraint: is null, Value: null)
4040
Test Triggered Warning (PHPUnit\TestFixture\Event\UserWarningTest::testUserWarningErrorGetLast)
4141
message
4242
Assertion Succeeded (Constraint: is of type array, Value: Array &0 [

0 commit comments

Comments
 (0)