/** * @depends testselect */ public function testdrop(SequoiaCS $cs) { $array = $cs->drop("fgfdgdgd"); $this->assertEquals(0, $array['errno']); }
/** * @depends testselectCS */ public function testdropCS(SequoiaCS $cs) { $array = $cs->drop(); $this->assertEquals(0, $array["errno"]); }