Skip to content
Snippets Groups Projects
Commit bb84e9e4 authored by David Maus's avatar David Maus
Browse files

unit-tests/bootstrap: Set error level to check E_STRICT compliance

parent f95175d6
Branches master
No related tags found
No related merge requests found
...@@ -31,3 +31,6 @@ if (class_exists('Phix_Project\ContractLib\Contract')) ...@@ -31,3 +31,6 @@ if (class_exists('Phix_Project\ContractLib\Contract'))
{ {
\Phix_Project\ContractLib\Contract::EnforceWrappedContracts(); \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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment