Browse Source

Disable PEAR tests. These tests have too many dependcies such as

pre-installed PEAR, needing to run as root user, most tests
will fail if PEAR install directory is not inside include_path and so on.
experimental/threaded
Ilia Alshanetsky 24 years ago
parent
commit
dd56de8d1e
  1. 2
      pear/Console/tests/001-getopt.phpt
  2. 1
      pear/tests/pear1.phpt
  3. 2
      pear/tests/pear_config.phpt
  4. 1
      pear/tests/pear_error.phpt
  5. 1
      pear/tests/pear_error2.phpt
  6. 2
      pear/tests/pear_error3.phpt
  7. 2
      pear/tests/pear_error4.phpt
  8. 2
      pear/tests/pear_registry.phpt
  9. 1
      pear/tests/pear_system.phpt

2
pear/Console/tests/001-getopt.phpt

@ -1,5 +1,7 @@
--TEST--
Console_Getopt
--SKIPIF--
skip
--FILE--
<?php

1
pear/tests/pear1.phpt

@ -1,6 +1,7 @@
--TEST--
PEAR constructor/destructor test
--SKIPIF--
skip
--FILE--
<?php

2
pear/tests/pear_config.phpt

@ -1,5 +1,7 @@
--TEST--
PEAR_Config
--SKIPIF--
skip
--FILE--
<?php

1
pear/tests/pear_error.phpt

@ -1,6 +1,7 @@
--TEST--
PEAR_Error: basic test
--SKIPIF--
skip
--FILE--
<?php // -*- PHP -*-

1
pear/tests/pear_error2.phpt

@ -1,6 +1,7 @@
--TEST--
PEAR_Error: die mode
--SKIPIF--
skip
--FILE--
<?php // -*- C++ -*-

2
pear/tests/pear_error3.phpt

@ -1,5 +1,7 @@
--TEST--
PEAR_Error: default error handling
--SKIPIF--
skip
--FILE--
<?php // -*- PHP -*-

2
pear/tests/pear_error4.phpt

@ -1,5 +1,7 @@
--TEST--
PEAR_Error: expected errors
--SKIPIF--
skip
--FILE--
<?php // -*- PHP -*-

2
pear/tests/pear_registry.phpt

@ -1,5 +1,7 @@
--TEST--
PEAR_Registry
--SKIPIF--
skip
--FILE--
<?php

1
pear/tests/pear_system.phpt

@ -1,6 +1,7 @@
--TEST--
System commands tests
--SKIPIF--
skip
--FILE--
<?php
error_reporting(E_ALL);

Loading…
Cancel
Save