From 1d65344aa545dfe804c6b9c59dc05ce7540ffddf Mon Sep 17 00:00:00 2001 From: Tyler Cosgrove Date: Wed, 3 Feb 2016 21:16:28 -0500 Subject: [PATCH] Add composer test command for windows Windows is dumb... gotta use those backslashes --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2cc831fef..a467f0716 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,8 @@ }, "scripts": { "post-create-project-cmd": "bin/grav install", - "test": "vendor/bin/codecept run unit" + "test": "vendor/bin/codecept run unit", + "test-windows": "vendor\\bin\\codecept run unit" }, "extra": { "branch-alias": {