Skip to content

Commit

Permalink
Remove error reporting in tests. (Bug #18991)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Convissor committed Dec 7, 2011
1 parent c592113 commit a73d5a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/TestHelper.php
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php <?php


error_reporting( E_ALL | E_STRICT );
date_default_timezone_set('Europe/London'); date_default_timezone_set('Europe/London');


$prRoot = dirname(dirname(__FILE__)); $prRoot = dirname(dirname(__FILE__));
Expand All @@ -14,4 +13,4 @@
require_once 'TestConfiguration.php'; require_once 'TestConfiguration.php';
} else { } else {
require_once 'TestConfiguration.php.dist'; require_once 'TestConfiguration.php.dist';
} }

0 comments on commit a73d5a1

Please sign in to comment.