public function testIfBimItemExists()
 {
     $sobim = new sobimitem_impl($this->db);
     $this->assertTrue($sobim->checkIfBimItemExists($this->projectGuid));
 }