Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Fonseca committed Aug 7, 2015
1 parent 036a901 commit c0e8809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/StarterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function testNotReadableThrowsException()
{
$jarLocation = __DIR__.'/../fixtures/selenium-no-permissions.jar';

chmod($jarLocation, 100);
chmod($jarLocation, 000);

$this->seleniumOptions->expects($this->any())->method('getSeleniumQuery')->willReturn('not_empty');
$this->seleniumOptions->expects($this->any())->method('getSeleniumUrl')->willReturn('not_empty');
Expand Down

0 comments on commit c0e8809

Please sign in to comment.