Minor path fix

This commit is contained in:
Luke Towers 2020-03-29 08:56:59 -06:00 committed by GitHub
parent e51579134a
commit d18f78bb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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