示例#1
0
 public function testPropertyDefaultValueIsSettable()
 {
     $propDefaultValue = new PHP\PHPPropertyValue();
     $propDefaultValue->setValue('foo');
     $this->assertEquals('foo', $propDefaultValue->getValue());
     //$this->assertEquals('\'foo\';', $propDefaultValue->generate());
 }