Skip to content

Commit

Permalink
Add a few more TagRule fixtures for future tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Feb 16, 2020
1 parent 346a6d8 commit a568918
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/DataFixtures/TagRuleFixtures.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,28 @@ protected function getObjects(): array
$this->getTag('Musique-livres-films'),
],
],
[
'matchingPattern' => 'Donec efficitur libero ut mauris congue at sodales urna sodales',
'regex' => false,
'tags' => [
$this->getTag('Internet-tv'),
],
],
[
'matchingPattern' => 'Etiam nec velit quis nulla sagittis fermentum ',
'regex' => false,
'tags' => [
$this->getTag('Recette-a-categoriser'),
$this->getTag('Aides-et-allocations'),
],
],
[
'matchingPattern' => 'Lorem ipsum dolor sit amet',
'regex' => false,
'tags' => [
$this->getTag('Alimentation-supermarche'),
],
],
];
}

Expand Down

0 comments on commit a568918

Please sign in to comment.