diff --git a/tests/phpunit/README.txt b/tests/phpunit/README.txt index 5934de97c2..a15c091793 100644 --- a/tests/phpunit/README.txt +++ b/tests/phpunit/README.txt @@ -6,9 +6,9 @@ The short version: 3. $ svn up -4. Run the tests from the "trunk/tests" directory: +4. Run the tests from the "trunk" directory: To execute a particular test: - $ phpunit tests/test_case.php + $ phpunit tests/phpunit/tests/test_case.php To execute all tests: $ phpunit