diff options
author | Marcus Boerger <helly@php.net> | 2002-10-22 09:00:52 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-10-22 09:00:52 +0000 |
commit | 32a77eff785a5b0e6220343833b378c218ab7b77 (patch) | |
tree | 7bd42b3ecc4eb1f1d687fcdd245da9441256893f /README.TESTING | |
parent | 10149bb2f0b440eb3cad54b2a17b43740f18086c (diff) | |
download | php-git-32a77eff785a5b0e6220343833b378c218ab7b77.tar.gz |
Update documentation
Diffstat (limited to 'README.TESTING')
-rw-r--r-- | README.TESTING | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.TESTING b/README.TESTING index e3bc365aee..aab8f9e7f4 100644 --- a/README.TESTING +++ b/README.TESTING @@ -70,6 +70,7 @@ executed to the test script directory. For example, if ext/myext/tests/myext.phpt is failed to pass, following files are created: +ext/myext/tests/myext.php - actual testfile executed ext/myext/tests/myext.log - log of test execution (L) ext/myext/tests/myext.exp - expected output (E) ext/myext/tests/myext.out - output from test script (O) @@ -80,6 +81,7 @@ ext/myext/tests/myext.diff - diff of .out and .exp (D) NOTE: The files generated by tests can be selected by setting the environment variable TEST_PHP_LOG_FORMAT. For each file you want to be generated use the character in brackets as shown above (default is LEOD). +The php file will be generated allways. NOTE: You can set environment variable TEST_PHP_DETAILED to enable detailed test information. |