We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41dd22 commit 5f586ebCopy full SHA for 5f586eb
test/Test/WebDriver/ExceptionTest.php
@@ -39,7 +39,7 @@ public function testFactory()
39
{
40
$out = Exception::factory(255, 'wtf');
41
$this->assertTrue($out instanceof Exception\UnknownError);
42
- $this->assertTrue($out->getMessage() === 'An unknown server-side error occurred while processing the command.');
+ $this->assertTrue($out->getMessage() === 'wtf');
43
44
$out = Exception::factory(Exception::SUCCESS);
45
0 commit comments