helly           Tue Oct 22 05:00:53 2002 EDT

  Modified files:              
    /php4       README.TESTING 
    /php4/ext/skeleton/tests    001.phpt 
  Log:
  Update documentation
  
  
Index: php4/README.TESTING
diff -u php4/README.TESTING:1.5 php4/README.TESTING:1.6
--- php4/README.TESTING:1.5     Thu Sep 12 10:25:30 2002
+++ php4/README.TESTING Tue Oct 22 05:00:51 2002
@@ -70,6 +70,7 @@
 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 @@
 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: php4/ext/skeleton/tests/001.phpt
diff -u php4/ext/skeleton/tests/001.phpt:1.1 php4/ext/skeleton/tests/001.phpt:1.2
--- php4/ext/skeleton/tests/001.phpt:1.1        Mon Oct 23 03:31:31 2000
+++ php4/ext/skeleton/tests/001.phpt    Tue Oct 22 05:00:52 2002
@@ -4,6 +4,7 @@
 <?php if (!extension_loaded("extname")) print "skip"; ?>
 --POST--
 --GET--
+--INI--
 --FILE--
 <?php 
 echo "extname extension is available";
@@ -15,7 +16,7 @@
   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
 */
 ?>



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to