예제 #1
0
 public function testValue()
 {
     $property = new generic('TestProperty', 'TestValue');
     $property->setValue('AValue');
     $this->assertEquals('AValue', $property->getValue());
 }