Skip to content

Commit

Permalink
Removed the clearing of the _SERVER global from ControllerTestCase::s…
Browse files Browse the repository at this point in the history
…etUp() as it was breaking PHPUnit test coverage
  • Loading branch information
alphadevx committed Aug 7, 2015
1 parent dce38cd commit 40e2b43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Alpha/Test/Controller/ControllerTestCase.php
Expand Up @@ -61,7 +61,6 @@ class ControllerTestCase extends \PHPUnit_Framework_TestCase
*/
protected function setUp()
{
$_SERVER = array();
$_POST = array();
$_GET = array();
$_COOKIE = array();
Expand Down

0 comments on commit 40e2b43

Please sign in to comment.