From 672f31d4eb03d476aedcba09ada2d5935b9be29f Mon Sep 17 00:00:00 2001 From: Thiemo Kreuz Date: Mon, 14 May 2018 09:32:45 +0200 Subject: [PATCH] Refer to standard `composer test` shortcut --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f245771..edadb82 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ The library comes with a set of PHPUnit tests, that include unit tests of librar (`tests/php` directory), and also integration tests of rendering the template syntax elements used in the Wikibase Lexeme extension (`tests/integration` directory). -Tests could run by executing `composer phpunit` command. +All tests (including code sniffers) can be run with the `composer test` command.