public function setup()
 {
     \Propel\Runtime\Propel::disableInstancePooling();
     parent::setup();
 }
 public function testSetup()
 {
     $testCase = new WebTestCase();
     $testCase->setup();
     $this->assertInstanceOf('\\Slim\\Slim', $testCase->getSlimInstance());
 }