Skip to content

Commit 20b859d

Browse files
authored
Merge pull request #225 from laoneo/patch-2
Also check for deprecated messages
2 parents a477f10 + 4fb9009 commit 20b859d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,8 @@ public function checkForPhpNoticesOrWarnings($page = null)
534534
$this->amOnPage($page);
535535
}
536536

537+
$this->dontSeeInPageSource('Deprecated:');
538+
$this->dontSeeInPageSource('<b>Deprecated</b>:');
537539
$this->dontSeeInPageSource('Notice:');
538540
$this->dontSeeInPageSource('<b>Notice</b>:');
539541
$this->dontSeeInPageSource('Warning:');

0 commit comments

Comments
 (0)