Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Aug 23, 2016
1 parent 434ae90 commit 26d74a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/classes/constants_visibility_002.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ constant('A::protectedConst');
string(14) "protectedConst"
string(14) "protectedConst"

Warning: constant(): Couldn't find constant A::protectedConst in %s on line 14

Fatal error: Uncaught Error: Cannot access protected const A::protectedConst in %s:14
Stack trace:
#0 %s(14): constant('A::protectedCon...')
Expand Down
2 changes: 0 additions & 2 deletions tests/classes/constants_visibility_003.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ constant('A::privateConst');
string(12) "privateConst"
string(12) "privateConst"

Warning: constant(): Couldn't find constant A::privateConst in %s on line 14

Fatal error: Uncaught Error: Cannot access private const A::privateConst in %s:14
Stack trace:
#0 %s(14): constant('A::privateConst')
Expand Down

0 comments on commit 26d74a0

Please sign in to comment.