]> granicus.if.org Git - php/commitdiff
Update documentation
authorMarcus Boerger <helly@php.net>
Tue, 22 Oct 2002 09:00:52 +0000 (09:00 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 22 Oct 2002 09:00:52 +0000 (09:00 +0000)
README.TESTING
ext/skeleton/tests/001.phpt

index e3bc365aee15de0b4d6e61e1780d1041ba6c84d0..aab8f9e7f4269fae0a7741a3048ec89a1f78cabb 100644 (file)
@@ -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.
index cf40e4e1a565f72bb9dcc628aae52257b7ca6a92..dc6ba9f57da2a86d726c730aa8dc7066e047a476 100644 (file)
@@ -4,6 +4,7 @@ Check for extname presence
 <?php if (!extension_loaded("extname")) print "skip"; ?>
 --POST--
 --GET--
+--INI--
 --FILE--
 <?php 
 echo "extname extension is available";
@@ -15,7 +16,7 @@ echo "extname extension is available";
   to pass, differences between the output and the
   expected text are interpreted as failure
 
-       see php4/tests/README for further information on
+       see php4/README.testing for further information on
   writing regression tests
 */
 ?>