Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dmj
PicaRecord
Commits
bb84e9e4
Commit
bb84e9e4
authored
Mar 05, 2012
by
David Maus
Browse files
unit-tests/bootstrap: Set error level to check E_STRICT compliance
parent
f95175d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tests/unit-tests/bootstrap.php
View file @
bb84e9e4
...
...
@@ -31,3 +31,6 @@ if (class_exists('Phix_Project\ContractLib\Contract'))
{
\
Phix_Project\ContractLib\Contract
::
EnforceWrappedContracts
();
}
// step 5: Set error level to include E_STRICT
\
error_reporting
(
\
E_ALL
|
\
E_STRICT
);
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment