OSDN Git Service

contributing: use `behat --expand`
authorscribu <mail@scribu.net>
Tue, 4 Jun 2013 13:35:15 +0000 (16:35 +0300)
committerscribu <mail@scribu.net>
Tue, 4 Jun 2013 14:28:38 +0000 (17:28 +0300)
Without --expand, it's hard to debug failures in scenarion outlines.

CONTRIBUTING.md

index e4b8ec7..52ce37f 100644 (file)
@@ -47,7 +47,7 @@ Running the following as root in MySQL should do the trick:
 Finally, to run the tests:
 
     vendor/bin/phpunit
-    vendor/bin/behat
+    vendor/bin/behat --expand
 
 Finally...
 ----------