Skip to content

Commit

Permalink
Error reporting levels should be set when executing the test suite.
Browse files Browse the repository at this point in the history
Bug: 19029
Patch by: danielc


git-svn-id: http://svn.php.net/repository/pear/packages/URI_Template/trunk@319201 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
mj committed Nov 14, 2011
1 parent e08f849 commit 93d6f0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/URI/Template/TemplateTest.php
Expand Up @@ -34,8 +34,6 @@
* @license http://www.opensource.org/licenses/bsd-license.php BSD
*/

error_reporting(E_ALL);

// Call URI_TemplateTest::main() if executed directly.
if (!defined("PHPUnit_MAIN_METHOD")) {
define("PHPUnit_MAIN_METHOD", "URI_TemplateTest::main");
Expand Down

0 comments on commit 93d6f0b

Please sign in to comment.