Make WordPress Core

Ticket #25133: tests-readme.patch

File tests-readme.patch, 488 bytes (added by jdgrimes, 11 years ago)

Update readme instructions to match new tests dierctory structure

  • tests/phpunit/README.txt

     
    66
    773. $ svn up
    88
    9 4. Run the tests from the "trunk/tests" directory:
     94. Run the tests from the "trunk" directory:
    1010   To execute a particular test:
    11       $ phpunit tests/test_case.php
     11      $ phpunit tests/phpunit/tests/test_case.php
    1212   To execute all tests:
    1313      $ phpunit
    1414