Skip to content

Commit

Permalink
PATCH: test test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideup committed Mar 19, 2018
1 parent 7bd05af commit 3f4e3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EcommerceNutritionalProductsTest.php
Expand Up @@ -7,7 +7,7 @@ class EcommerceNutritionalProductsTest extends SapphireTest {

public function TestDevBuild()
{
shell_exec('php framework/cli-script dev/build flush=all', $output, $exitStatus);
shell_exec('php framework/cli-script.php dev/build flush=all', $output, $exitStatus);
$this->assertEquals(0, $exitStatus);
}

Expand Down

0 comments on commit 3f4e3ae

Please sign in to comment.