Skip to content

Commit

Permalink
Fix typo in method name
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Mar 27, 2014
1 parent 8923112 commit 09eed1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selenium/TestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public static function browsers()
*/
public function prepareSession()
{
$result = parent::prerareSession();
$result = parent::prepareSession();
$this->url('');
return $result;
}
Expand Down

0 comments on commit 09eed1f

Please sign in to comment.