예제 #1
0
 /**
  * @test
  */
 public function testGetAttributeType()
 {
     $this->assertEquals(true, PPUtils::isAttributeProperty('MockReflectionTestType', 'currencyID'));
     $this->assertEquals(false, PPUtils::isAttributeProperty('MockReflectionTestType', 'value'));
     $this->assertEquals(false, PPUtils::isAttributeProperty('MockReflectionTestType', 'noAnnotations'));
 }