summaryrefslogtreecommitdiff
path: root/README.TESTING
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2004-04-15 15:27:08 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2004-04-15 15:27:08 +0000
commit1d444f9ad2dd5b092087db89adef0cba97110c71 (patch)
tree20b5f6a33d1f2a6beb6e2c2190089f90a191e3f0 /README.TESTING
parent702ca7f53f5de1a1a214bc73b862e5edfed766d3 (diff)
downloadphp-git-1d444f9ad2dd5b092087db89adef0cba97110c71.tar.gz
typo
Diffstat (limited to 'README.TESTING')
-rw-r--r--README.TESTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.TESTING b/README.TESTING
index 3dd2309dbb..117a360b85 100644
--- a/README.TESTING
+++ b/README.TESTING
@@ -14,7 +14,7 @@ on *why* the test failed on your special setup. Thank you :-)
The easiest way to test your PHP build is to run "make test" from the
command line after successfully compiling. This will run the complete
tests for all enabled functionalities and extensions using the PHP
-CLI binary (
+CLI binary.
To execute test scripts, you must build PHP with some SAPI, then you
type "make test" to execute all or some test scripts saved under
"tests" directory under source root directory.