From 63fddf03d471e152ab2d093f66e7970e5f9b33d0 Mon Sep 17 00:00:00 2001 From: Can Tecim Date: Thu, 26 Mar 2015 10:31:24 +0200 Subject: [PATCH] Updatedtests --- tests/Services/TestCommandService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Services/TestCommandService.php b/tests/Services/TestCommandService.php index 7d82b2f..251f627 100644 --- a/tests/Services/TestCommandService.php +++ b/tests/Services/TestCommandService.php @@ -308,7 +308,7 @@ public function testGetRunCommandWindows() base_path().'/artisan', $commandName, '--env='.App::environment(), - '> NULL' + '> NUL' ))); }