Searched refs:suite (Results 1 – 15 of 15) sorted by relevance
/PHP-5.3/ |
H A D | run-tests.php | 2630 …$suite['name'], $suite['test_total'], $suite['test_fail'], $suite['test_error'], $suite['test_skip… 2631 $suite['execution_time'] 2634 foreach($suite['suites'] as $sub_suite) { 2640 foreach($suite['files'] as $file) { 2670 junit_suite_record($suite, 'test_total'); 2689 junit_suite_record($suite, 'test_pass'); 2691 junit_suite_record($suite, 'test_error'); 2694 junit_suite_record($suite, 'test_skip'); 2697 junit_suite_record($suite, 'test_fail'); 2700 junit_suite_record($suite, 'test_error'); [all …]
|
H A D | TODO-PHP5 | 79 Extending the test suite with atleast a test for every 85 The test suite will also be extended to support threaded
|
H A D | server-tests.php | 46 | The test-suite requires that you have pcre extension | 54 | You are running the test-suite with "safe_mode" ENABLED ! | 68 | The test-suite requires that proc_open() is available. | 74 | The test-suite must be run with PHP 5 or later. |
|
/PHP-5.3/ext/sqlite/ |
H A D | TODO | 14 --> Our test suite doesn't allow us to test persistent connections
|
/PHP-5.3/ext/xml/tests/ |
H A D | bug32001b.phpt | 88 $suite = array( 103 foreach ($suite as $testcase) {
|
H A D | bug32001.phpt | 130 $suite = array( 159 foreach ($suite as $testcase) {
|
/PHP-5.3/ext/sqlite/libsqlite/ |
H A D | README | 22 can copy and edit to suite your needs. Comments on the generic makefile
|
/PHP-5.3/ext/date/tests/ |
H A D | examine_diff.inc | 26 * special interval specification used for this test suite.
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | README | 341 the build process implements a code coverage report for the test suite. The
|
H A D | ChangeLog | 156 suite in environments where gcc is the compiler and lcov is installed. This
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testinput8 | 2704 /The following tests are taken from the Perl 5.005 test suite; some of them/
|
H A D | testinput1 | 2374 /The following tests are taken from the Perl 5.005 test suite; some of them/
|
H A D | testoutput1 | 3849 /The following tests are taken from the Perl 5.005 test suite; some of them/
|
H A D | testoutput8 | 4525 /The following tests are taken from the Perl 5.005 test suite; some of them/
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1255 generate a code coverage report for its test suite. To enable this, you 1275 This creates a fresh coverage report for the PCRE test suite. It is
|
Completed in 103 milliseconds