diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-07-26 00:03:10 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-07-27 16:27:41 +0200 |
commit | cf8ef08e20f6b156c8cdf1bd926e4c34aac0952e (patch) | |
tree | b69f2bd71f8eb01a72ac9272d15b3f57166d3472 /server-tests.php | |
parent | 0eabd5231b37105fd99b75cfb8c98735e5a3f83f (diff) | |
download | php-git-cf8ef08e20f6b156c8cdf1bd926e4c34aac0952e.tar.gz |
Fix typos in code
Diffstat (limited to 'server-tests.php')
-rwxr-xr-x | server-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tests.php b/server-tests.php index 4f51c88a7a..5f38e2f22e 100755 --- a/server-tests.php +++ b/server-tests.php @@ -413,7 +413,7 @@ class testHarness { 'm' => array('TEST_BASE_PATH' ,'path' ,NULL ,'copy tests to this path before testing'), 'n' => array('NO_PHPTEST_SUMMARY' ,'' ,0 ,'do not print test summary'), 'p' => array('TEST_PHP_EXECUTABLE' ,'path' ,NULL ,'php executable to be tested'), - 'q' => array('NO_INTERACTION' ,'' ,0 ,'no console interaction (ie dont contact QA)'), + 'q' => array('NO_INTERACTION' ,'' ,0 ,'no console interaction (ie don\'t contact QA)'), 'r' => array('REPORT_EXIT_STATUS' ,'' ,0 ,'exit with status at end of execution'), 's' => array('TEST_PHP_SRCDIR' ,'path' ,NULL ,'path to php source code'), 't' => array('TEST_PHP_DETAILED' ,'number' ,0 ,'level of detail output to dump'), |