コード例 #1
0
ファイル: droptest.php プロジェクト: jshnr006/SequoiaDB
 /**
  * @depends testselect
  */
 public function testdrop(SequoiaCS $cs)
 {
     $array = $cs->drop("fgfdgdgd");
     $this->assertEquals(0, $array['errno']);
 }
コード例 #2
0
ファイル: getFullName.php プロジェクト: jshnr006/SequoiaDB
 /**
  * @depends testselectCS
  */
 public function testdropCS(SequoiaCS $cs)
 {
     $array = $cs->drop();
     $this->assertEquals(0, $array["errno"]);
 }