Skip to content

Commit

Permalink
Typo in 992c672
Browse files Browse the repository at this point in the history
  • Loading branch information
chibimagic committed Mar 20, 2015
1 parent 992c672 commit ec4c261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDriver/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function running_at_browserstack() {
}

public function running_at_testingbot() {
return (strpost($this->server_url, "testingbot.com") !== false);
return (strpos($this->server_url, "testingbot.com") !== false);
}

public function sauce_url() {
Expand Down

0 comments on commit ec4c261

Please sign in to comment.