Example #1
0
 /**
  * @link https://github.com/phalcon/zephir/issues/537
  */
 public function test537Issue()
 {
     $t = new ExtendsPublicProperties();
     $this->assertSame($t->getSomeGetterSetterArray(), array('holy'));
 }
 /**
  * @link https://github.com/phalcon/zephir/issues/537
  */
 public function test537Issue()
 {
     $t = new ExtendsPublicProperties();
     $this->assertEquals($t->getSomeGetterSetterArray(), array("holy"));
 }