/**
  * @test
  */
 public function I_can_get_header()
 {
     $racesTable = new RacesTable();
     self::assertEquals([[RacesTable::RACE, RacesTable::SUBRACE, PropertyCode::STRENGTH, PropertyCode::AGILITY, PropertyCode::KNACK, PropertyCode::WILL, PropertyCode::INTELLIGENCE, PropertyCode::CHARISMA, PropertyCode::TOUGHNESS, PropertyCode::HEIGHT_IN_CM, PropertyCode::WEIGHT_IN_KG, PropertyCode::SIZE, PropertyCode::SENSES, PropertyCode::REMARKABLE_SENSE, PropertyCode::INFRAVISION, PropertyCode::NATIVE_REGENERATION, PropertyCode::REQUIRES_DM_AGREEMENT, PropertyCode::AGE]], $racesTable->getHeader());
 }