From 59989c2de0edecd98e4078ca095c88e04c7a85bb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 31 Aug 2013 13:42:56 +0000 Subject: [PATCH] Update tests/README.txt to reflect the new tests directory structure. props jdgrimes. fixes #25133. git-svn-id: https://develop.svn.wordpress.org/trunk@25199 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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