Skip to content

Commit 93fc073

Browse files
committed
Fix test expectations
1 parent 68bd5b0 commit 93fc073

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ext/zend_test/tests/attribute-deprecated.phpt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,19 @@ var_dump($reflection->isDeprecated());
2222
Deprecated: Function zend_test_deprecated() is deprecated in %s on line %d
2323

2424
Deprecated: Function zend_test_deprecated_attr() is deprecated, custom message in %s on line %d
25-
object(Deprecated)#%d (1) {
25+
object(Deprecated)#%d (2) {
2626
["message"]=>
2727
string(14) "custom message"
28+
["since"]=>
29+
NULL
2830
}
2931
bool(true)
3032

3133
Deprecated: Constant _ZendTestClass::ZEND_TEST_DEPRECATED_ATTR is deprecated, custom message in %s on line %d
32-
object(Deprecated)#%d (1) {
34+
object(Deprecated)#%d (2) {
3335
["message"]=>
3436
string(14) "custom message"
37+
["since"]=>
38+
NULL
3539
}
3640
bool(true)

0 commit comments

Comments
 (0)