示例#1
0
 /**
  *
  */
 public function tearDown()
 {
     if (null !== $this->fixture) {
         $this->fixture->emptyAllTables();
     }
     parent::tearDown();
 }
示例#2
0
 public function tearDown()
 {
     if (null !== $this->fixture) {
         $this->fixture->dropGraph($this->testGraph);
     }
     parent::tearDown();
 }