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