From afb71415262fc70daec1ab09a1408c1445fced00 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Thu, 14 May 2015 10:45:15 -0700 Subject: [PATCH] docs(testing): Update testing to use composer test https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ed1758..c9ab0a5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen ## Testing ``` bash -$ phpunit +$ composer test ``` ## Contributing