Skip to content

Commit

Permalink
[minor] use SHELL_VERBOSITY to hide logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Mar 19, 2021
1 parent bb025c9 commit bd5eeb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ini name="error_reporting" value="-1" />
<server name="KERNEL_CLASS" value="Zenstruck\Mailer\Test\Tests\Fixture\Kernel" />
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;max[direct]=0"/>
<server name="SHELL_VERBOSITY" value="-1"/>
</php>

<testsuites>
Expand Down
4 changes: 0 additions & 4 deletions tests/Fixture/config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ services:
alias: Symfony\Component\Mailer\MailerInterface
public: true

# disable logging
logger:
class: Psr\Log\NullLogger

framework:
secret: S3CRET
router: { utf8: true }
Expand Down

0 comments on commit bd5eeb2

Please sign in to comment.