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.
2 parents 343c204 + a318849 commit 017787dCopy full SHA for 017787d
src/JoomlaBrowser.php
@@ -324,8 +324,12 @@ public function checkForPhpNoticesOrWarnings($page = null)
324
}
325
326
$I->dontSeeInPageSource('Notice:');
327
+ $I->dontSeeInPageSource('<b>Notice</b>:');
328
$I->dontSeeInPageSource('Warning:');
329
+ $I->dontSeeInPageSource('<b>Warning</b>:');
330
$I->dontSeeInPageSource('Strict standards:');
331
+ $I->dontSeeInPageSource('<b>Strict standards</b>:');
332
+ $I->dontSeeInPageSource('The requested page can\'t be found');
333
334
335
/**
0 commit comments