Esempio n. 1
0
 public function testIsStrategy()
 {
     $this->model->setType(CeModel::TYPE_STRATEGY);
     $this->assertEquals(true, $this->model->isStrategy());
 }