Skip to content

Commit 8193094

Browse files
committed
methods expected to be in an array
1 parent 55ac666 commit 8193094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebDriver/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class WebDriver extends AbstractWebDriver implements WebDriverInterface
3737
protected function methods()
3838
{
3939
return array(
40-
'status' => 'GET',
40+
'status' => array('GET'),
4141
);
4242
}
4343

0 commit comments

Comments
 (0)