Skip to content

Commit

Permalink
Removed: uneeded empty constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickallaert committed Apr 23, 2012
1 parent f837f7d commit 1c6afcd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/toolkit/ezptestcase.php
Expand Up @@ -13,14 +13,6 @@ class ezpTestCase extends PHPUnit_Framework_TestCase
protected $sharedFixture;

protected $backupGlobals = false;


protected function setUp()
{
//echo("Running test : ". $this->getName() . "\n");
parent::setUp();
}

}

?>

0 comments on commit 1c6afcd

Please sign in to comment.