Skip to content

Commit

Permalink
Remove use of file resources from string function tests
Browse files Browse the repository at this point in the history
These tests are pointless (they don't even have anything to do
with resources, they just use get_resource_type() as a peculiar way
to create a string), and cause unnecessary IO dependency.
  • Loading branch information
nikic committed Feb 21, 2019
1 parent cc4c313 commit be6f1f6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 0 deletions.
Binary file modified ext/standard/tests/strings/lcfirst.phpt
Binary file not shown.
Binary file modified ext/standard/tests/strings/strcasecmp.phpt
Binary file not shown.
Binary file modified ext/standard/tests/strings/strcmp.phpt
Binary file not shown.
Binary file modified ext/standard/tests/strings/strlen.phpt
Binary file not shown.
Binary file modified ext/standard/tests/strings/ucfirst.phpt
Binary file not shown.

0 comments on commit be6f1f6

Please sign in to comment.