Skip to content

Commit 036bb62

Browse files
committed
Removing error flags from test.php.
1 parent b2d13fc commit 036bb62

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

app/webroot/test.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
* @lastmodified $Date$
2525
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
2626
*/
27-
/**
28-
* PHP 5.3 raises many notices in bootstrap.
29-
*/
30-
if (!defined('E_DEPRECATED')) {
31-
define('E_DEPRECATED', 8192);
32-
}
33-
error_reporting(E_ALL & ~E_DEPRECATED);
34-
3527
set_time_limit(0);
3628
ini_set('memory_limit','128M');
3729
ini_set('display_errors', 1);

cake/console/libs/templates/skel/webroot/test.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
* @lastmodified $Date$
2525
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
2626
*/
27-
/**
28-
* PHP 5.3 raises many notices in bootstrap.
29-
*/
30-
if (!defined('E_DEPRECATED')) {
31-
define('E_DEPRECATED', 8192);
32-
}
33-
error_reporting(E_ALL & ~E_DEPRECATED);
34-
3527
set_time_limit(0);
3628
ini_set('memory_limit','128M');
3729
ini_set('display_errors', 1);

0 commit comments

Comments
 (0)