Correct documentation -- most, but not all, tests install WordPress

This commit is contained in:
Michael Williamson 2012-12-13 11:46:34 +00:00
parent 96e260a79b
commit 96d5a3634b

View file

@ -43,7 +43,7 @@ Finally, to run the tests:

vendor/bin/phpunit tests

Each test installs WordPress from scratch. Since this is pretty slow, you can
Most tests install WordPress from scratch. Since this is pretty slow, you can
use arguments to `phpunit` to only run the test that you're interested in:

vendor/bin/phpunit --filter test_function_you_want_to_run tests