From d18f78bb3d8be4f4a39264da9a11d9a0fd720922 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Sun, 29 Mar 2020 08:56:59 -0600 Subject: [PATCH] Minor path fix --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 325d5f64e..0e985d79b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,6 +1,6 @@ # Plugin testing -Plugin unit tests can be performed by running `vendor/bin/phpunit` in the base plugin directory. +Individual plugin test cases can be run by running `../../../vendor/bin/phpunit` in the plugin's base directory (ex. `plugins/acme/demo`. ### Creating plugin tests