Browse Source

Fixed some test names.

Removed extraneous \r from a number of tests.
PEAR_1_4DEV
Ilia Alshanetsky 23 years ago
parent
commit
4d349926ff
  1. 2
      ext/standard/tests/file/bug22414.phpt
  2. 2
      ext/standard/tests/file/bug24313.phpt
  3. 2
      ext/standard/tests/file/bug24482.phpt
  4. 2
      tests/classes/bug23951.phpt
  5. 2
      tests/classes/bug24399.phpt
  6. 2
      tests/classes/bug24445.phpt
  7. 2
      tests/lang/bug24640.phpt

2
ext/standard/tests/file/bug22414.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #22414: passthru() does not read data correctly
Bug #22414 (passthru() does not read data correctly)
--INI--
safe_mode=
output_handler=

2
ext/standard/tests/file/bug24313.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #24313: file_exists() warning on non-existant files when is open_basedir enabled
Bug #24313 (file_exists() warning on non-existant files when is open_basedir enabled)
--INI--
open_basedir=/tmp
--FILE--

2
ext/standard/tests/file/bug24482.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #24482: GLOB_ONLYDIR not working
Bug #24482 (GLOB_ONLYDIR not working)
--SKIPIF--
<?php
if (!function_exists("glob")) {

2
tests/classes/bug23951.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #23951: Defines not working in inherited classes
Bug #23951 (Defines not working in inherited classes)
--FILE--
<?php

2
tests/classes/bug24399.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #24399: is_subclass_of() crashes when parent class doesn't exist.
Bug #24399 (is_subclass_of() crashes when parent class doesn't exist)
--FILE--
<?php
class dooh {

2
tests/classes/bug24445.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #24445: get_parent_class() returns the current class when passed an object
Bug #24445 (get_parent_class() returns the current class when passed an object)
--FILE--
<?php
class Test { }

2
tests/lang/bug24640.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #24640 var_export and var_dump can't output large float
Bug #24640 (var_export and var_dump can't output large float)
--FILE--
<?php
function test($v)

Loading…
Cancel
Save