public function testDeleteNotInTree() { $t1 = new Table9(); $t1->save(); $t1->delete(); $this->assertTrue($t1->isDeleted()); }