Skip to content

Commit a637bfa

Browse files
committed
Merge pull request #44 from joomla-projects/stricstandards
Add check for Strict standards PHP errors in Warning checker
2 parents 17cdf8a + 3be8c0a commit a637bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ public function checkForPhpNoticesOrWarnings($page = null)
325325

326326
$I->dontSeeInPageSource('Notice:');
327327
$I->dontSeeInPageSource('Warning:');
328+
$I->dontSeeInPageSource('Strict standards:');
328329
}
329330

330331
/**

0 commit comments

Comments
 (0)