mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-09 09:19:51 +00:00
Fix pipeline phpunit and lint
This commit is contained in:
parent
d1c9926bb1
commit
66e4bab558
@ -70,7 +70,8 @@ const clickOnAddButton = () => {
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.item-bloc {
|
.item-bloc {
|
||||||
&.isPicked {
|
&.isPicked {
|
||||||
background: linear-gradient(
|
background:
|
||||||
|
linear-gradient(
|
||||||
180deg,
|
180deg,
|
||||||
rgba(25, 135, 84, 1) 0px,
|
rgba(25, 135, 84, 1) 0px,
|
||||||
rgba(25, 135, 84, 0) 9px
|
rgba(25, 135, 84, 0) 9px
|
||||||
|
@ -61,6 +61,7 @@ final class GenderDocGenNormalizerTest extends TestCase
|
|||||||
'id' => 1,
|
'id' => 1,
|
||||||
'label' => 'homme',
|
'label' => 'homme',
|
||||||
'genderTranslation' => GenderEnum::MALE,
|
'genderTranslation' => GenderEnum::MALE,
|
||||||
|
'type' => 'chill_main_gender',
|
||||||
];
|
];
|
||||||
|
|
||||||
$this->assertEquals($expected, $this->normalizer->normalize($gender));
|
$this->assertEquals($expected, $this->normalizer->normalize($gender));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user