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 4dceb37 commit 4fb9009Copy full SHA for 4fb9009
src/JoomlaBrowser.php
@@ -535,6 +535,8 @@ public function checkForPhpNoticesOrWarnings($page = null)
535
$this->amOnPage($page);
536
}
537
538
+ $this->dontSeeInPageSource('Deprecated:');
539
+ $this->dontSeeInPageSource('<b>Deprecated</b>:');
540
$this->dontSeeInPageSource('Notice:');
541
$this->dontSeeInPageSource('<b>Notice</b>:');
542
$this->dontSeeInPageSource('Warning:');
0 commit comments