Removing unneeded line in test case

This commit is contained in:
Jose Lorenzo Rodriguez 2011-06-17 18:12:01 -04:30
parent 2a39e6869c
commit 28ba1c9fd9

View file

@ -33,7 +33,6 @@ class DebugTransportTest extends CakeTestCase {
*/ */
public function setUp() { public function setUp() {
$this->DebugTransport = new DebugTransport(); $this->DebugTransport = new DebugTransport();
$this->DebugTransport->config();
} }
/** /**