Skip to content

Commit

Permalink
Force E_ALL | E_STRCIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 11, 2006
1 parent 71135b6 commit 30069de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PHPUnit/Tests/AllTests.php
Expand Up @@ -46,6 +46,8 @@
* @since File available since Release 2.0.0 * @since File available since Release 2.0.0
*/ */


error_reporting(E_ALL | E_STRICT);

if (!defined('PHPUnit_MAIN_METHOD')) { if (!defined('PHPUnit_MAIN_METHOD')) {
define('PHPUnit_MAIN_METHOD', 'AllTests::main'); define('PHPUnit_MAIN_METHOD', 'AllTests::main');
chdir(dirname(__FILE__)); chdir(dirname(__FILE__));
Expand Down

0 comments on commit 30069de

Please sign in to comment.