Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
change due to travis fail
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Feb 3, 2015
1 parent 40d3f17 commit d185aff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/BsbPhingServiceTest/Options/ServiceOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ public function testSetPhpBin()

public function testGetPhpBinAutoDiscoversPhpCommand()
{
$php = exec('which php');
$options = new ServiceOptions();
$this->assertEquals($_SERVER['PHP_COMMAND'], $options->getPhpBin());
$this->assertEquals($php, $options->getPhpBin());
}

public function testSetPhingBinViaConstructor()
Expand Down

0 comments on commit d185aff

Please sign in to comment.