Ejemplo n.º 1
0
 public function testToArray()
 {
     $obj = new ZFE_Model_Base();
     $obj->init($this->testArray);
     $this->assertEquals($obj->toArray(), $this->testArray);
 }