Skip to content

Commit

Permalink
Refs matomo-org#4087, fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaka Moorthi committed Aug 19, 2013
1 parent 1c274da commit cee9bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPUnit/UI/UIIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private static function isSlimerJsAvailable()

private static function isPhantomJsAvailable()
{
return self::isProgramAvaialble('phantomjs');
return self::isProgramAvailable('phantomjs');
}

private static function isXvfbAvailable()
Expand Down

0 comments on commit cee9bc6

Please sign in to comment.