Skip to content

Commit

Permalink
Fix description on how to run the tests
Browse files Browse the repository at this point in the history
As of commit 8af91fd all tests are
PHPTs, and make_phpt has been removed.  We adjust the docs accordingly.
  • Loading branch information
cmb69 committed Aug 29, 2018
1 parent 6337543 commit 7d35063
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ If you pass this suite, you aren't necessarily spec compliant, but it is a helpf

## Usage

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:
To run using the PHP test runner, do something like:

./make_phpt . /tmp/phpt
TEST_PHP_EXECUTABLE=~/php-src/sapi/cli/php ~/php-src/run-tests.php /tmp/phpt

To use the HHVM test runner:

~/hhvm/hphp/test/run .

0 comments on commit 7d35063

Please sign in to comment.