/**
  * @test
  */
 public function I_can_get_native_property_codes()
 {
     self::assertEquals($expectedCodes = ['infravision', 'native_regeneration', 'remarkable_sense'], PropertyCode::getNativePropertyPossibleValues());
 }