Skip to content

Commit

Permalink
Removing error flags from test.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 7, 2009
1 parent b2d13fc commit 036bb62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions app/webroot/test.php
Expand Up @@ -24,14 +24,6 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
/**
* PHP 5.3 raises many notices in bootstrap.
*/
if (!defined('E_DEPRECATED')) {
define('E_DEPRECATED', 8192);
}
error_reporting(E_ALL & ~E_DEPRECATED);

set_time_limit(0);
ini_set('memory_limit','128M');
ini_set('display_errors', 1);
Expand Down
8 changes: 0 additions & 8 deletions cake/console/libs/templates/skel/webroot/test.php
Expand Up @@ -24,14 +24,6 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
/**
* PHP 5.3 raises many notices in bootstrap.
*/
if (!defined('E_DEPRECATED')) {
define('E_DEPRECATED', 8192);
}
error_reporting(E_ALL & ~E_DEPRECATED);

set_time_limit(0);
ini_set('memory_limit','128M');
ini_set('display_errors', 1);
Expand Down

0 comments on commit 036bb62

Please sign in to comment.