Fix blog tag re-ordering test
Add a NullPostPusher implementation and use it within the tag re-ordering tests to stop an Exception being thrown because there's no webhook URL. References #332
This commit is contained in:
parent
d7459ff30f
commit
87ee87f915
4 changed files with 22 additions and 1 deletions
|
@ -14,5 +14,8 @@ services:
|
|||
Drupal\opdavies_blog\Service\PostPusher\IftttPostPusher:
|
||||
autowire: true
|
||||
|
||||
Drupal\opdavies_blog\Service\PostPusher\NullPostPusher:
|
||||
autowire: true
|
||||
|
||||
Drupal\opdavies_blog\Service\PostPusher\PostPusher:
|
||||
alias: Drupal\opdavies_blog\Service\PostPusher\IftttPostPusher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue