Skip to content

Commit

Permalink
Fix tests with multiline titles
Browse files Browse the repository at this point in the history
See #17761
  • Loading branch information
MasterZydra committed Feb 11, 2025
1 parent 15d7b83 commit 60b1d71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/classes/unset_properties.phpt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
--TEST--
Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic
methods themselves.
Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic methods themselves.
--FILE--
<?php

Expand Down
1 change: 1 addition & 0 deletions tests/lang/foreachLoop.010.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--TEST--
This test illustrates the impact of invoking destructors when refcount is decremented to 0 on foreach.
--DESCRIPTION--
It will pass only if the 'contentious code' in PHPValue.decReferences() is enabled.
--FILE--
<?php
Expand Down
1 change: 1 addition & 0 deletions tests/lang/func_get_arg.005.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--TEST--
A variable, which is referenced by another variable, is passed by value.
--DESCRIPTION--
During the call, the original variable is updated. This should not affect func_get_arg().
--FILE--
<?php
Expand Down
3 changes: 2 additions & 1 deletion tests/output/stream_isatty_no_warning_on_cast.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--TEST--
stream_isatty(): casting stream does not emit data loss and should not emit warnings
stream_isatty(): casting stream does not emit data loss and should not emit warnings.
--DESCRIPTION--
Bug GH-10092 (Internal stream casting should not emit lost bytes warning twice)
--SKIPIF--
<?php
Expand Down

0 comments on commit 60b1d71

Please # to comment.