예제 #1
0
 public function testDeleteBimItem()
 {
     $sobim = new sobimitem_impl($this->db);
     $this->assertEquals(1, $sobim->deleteBimItem($this->projectGuid));
     // used to be 3
 }