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