Skip to content

Commit 7d35063

Browse files
committed
Fix description on how to run the tests
As of commit 8af91fd all tests are PHPTs, and make_phpt has been removed. We adjust the docs accordingly.
1 parent 6337543 commit 7d35063

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ If you pass this suite, you aren't necessarily spec compliant, but it is a helpf
44

55
## Usage
66

7-
To run using the PHP5 test runner, you'll need to convert to PHP5's .phpt format first. The following demonstrates writing the tests out to /tmp/phpt:
7+
To run using the PHP test runner, do something like:
88

9-
./make_phpt . /tmp/phpt
109
TEST_PHP_EXECUTABLE=~/php-src/sapi/cli/php ~/php-src/run-tests.php /tmp/phpt
11-
12-
To use the HHVM test runner:
13-
14-
~/hhvm/hphp/test/run .

0 commit comments

Comments
 (0)