Browse Source

Correct case for README.TESTING.

experimental/threaded
Jon Parise 24 years ago
parent
commit
f62fc1a0ef
  1. 4
      ext/skeleton/tests/001.phpt

4
ext/skeleton/tests/001.phpt

@ -16,9 +16,9 @@ echo "extname extension is available";
to pass, differences between the output and the to pass, differences between the output and the
expected text are interpreted as failure expected text are interpreted as failure
see php4/README.testing for further information on
see php4/README.TESTING for further information on
writing regression tests writing regression tests
*/ */
?> ?>
--EXPECT-- --EXPECT--
extname extension is available
extname extension is available
Loading…
Cancel
Save