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 343c204 commit a318849Copy full SHA for a318849
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