Make WordPress Core

Changeset 900 in tests for trunk/README.txt


Ignore:
Timestamp:
07/12/2012 07:06:51 PM (13 years ago)
Author:
convissor
Message:

Explain how to run all tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.txt

    r880 r900  
    773. $ svn up
    88
    9 4. $ phpunit path/to/test_case.php
     94. Run the tests from the "trunk" directory:
     10   To execute a particular test:
     11      $ phpunit tests/test_case.php
     12   To execute all tests:
     13      $ phpunit
    1014
    1115Notes:
Note: See TracChangeset for help on using the changeset viewer.