/**
  * @test
  */
 public function I_can_get_body_property_codes()
 {
     self::assertEquals($expectedCodes = ['age', 'height_in_cm', 'height', 'weight_in_kg', 'weight', 'size'], PropertyCode::getBodyPropertyPossibleValues());
 }