Esempio n. 1
0
 public function testIsCustom()
 {
     $this->model->setType(CeModel::TYPE_CUSTOM);
     $this->assertEquals(true, $this->model->isCustom());
 }