forked from mapasculturais/mapasculturais
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix some broken tests on spaces (#314)
- Loading branch information
1 parent
f1898c1
commit 7d8f10d
Showing
2 changed files
with
15 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,33 +9,13 @@ final class SpaceTestFixtures extends AbstractTestFixtures implements TestFixtur | |
public static function partial(): self | ||
{ | ||
return new self([ | ||
'location' => [ | ||
'latitude' => '10', | ||
'longitude' => '10', | ||
'name' => 'Secretaria da Cultura do Estado do Ceará - SECULT', | ||
'type' => 41, | ||
'shortDescription' => 'A Secretaria da Cultura do Estado do Ceará (Secult) foi criada pela Lei nº 8.541, de 9 de agosto de 1966, durante o governo de Virgílio Távora. A Secult tem como missão executar, superintender e coordenar as atividades de proteção do patrimônio cultural do Ceará, difusão da cultura e aprimoramento cultural do povo cearense.', | ||
'terms' => [ | ||
'tag' => [], | ||
'area' => ['Gestão Cultural'], | ||
], | ||
'name' => 'Espaço da Cultura', | ||
'public' => true, | ||
'shortDescription' => 'Um ponto de encontro para compartilhar cultura.', | ||
'longDescription' => 'Portal que nos transporta para o coração pulsante da rica cultura do brasileiro.', | ||
'emailPublico' => '[email protected]', | ||
'emailPrivado' => '[email protected]', | ||
'cnpj' => '00.000.000/0000-00', | ||
'razaoSocial' => 'Centro Cultural Test', | ||
'telefonePublico' => '0000-0000', | ||
'telefone1' => '0000-0000', | ||
'telefone2' => '0000-0000', | ||
'acessibilidade' => 'Sim', | ||
'acessibilidade_fisica' => ['Banheiros adaptados', 'Bebedouro adaptado', 'Circuito de visitação adaptado', 'Rampa de acesso', 'Sanitário adaptado'], | ||
'capacidade' => 20, | ||
'endereco' => 'Test', | ||
'En_CEP' => '80000', | ||
'En_Nome_Logradouro' => 'Rua test', | ||
'En_Num' => '1234', | ||
'En_Complemento' => 'Test', | ||
'En_Bairro' => 'Test', | ||
'En_Municipio' => 'Test', | ||
'En_Estado' => 'CE', | ||
'horario' => '7:00 - 22:00', | ||
]); | ||
} | ||
|
||
|