From 7f8729f5a7e4ba6f82f670b08430bf7729516459 Mon Sep 17 00:00:00 2001 From: Kai Rienow Date: Sat, 27 Jun 2015 01:38:04 +0200 Subject: [PATCH] use composer test --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e64644f..d879fde 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/thephpl ## Running Tests ``` bash -$ phpunit +$ composer test ```