From 87e53bdb9ef38d2e18f8a3e6faf1d2435b0ba497 Mon Sep 17 00:00:00 2001 From: Jukka Svahn Date: Mon, 13 May 2013 23:31:08 +0300 Subject: [PATCH] Missing bin from the path. --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 0ec5f14..a13ddcf 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,6 +7,6 @@ The project uses [PHPunit](http://phpunit.de) for running its unit tests. Before To run a test specify your PHPunit config and boom: - $ ./vendor/phpunit /path/to/your/phpunit.xml + $ ./vendor/bin/phpunit /path/to/your/phpunit.xml The config should follow the [../phpunit.dist.xml](https://github.com/gocom/danpu/blob/master/phpunit.xml) template. \ No newline at end of file