Skip to content

Commit

Permalink
Get rid of dumps to CLI output when running phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Mar 12, 2023
1 parent d167f36 commit 483b2a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Functional/App/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ services:
Snc\RedisBundle\Tests\Functional\App\Controller\:
resource: './Controller'
tags: ['controller.service_arguments']

var_dumper.cli_dumper:
class: Symfony\Component\VarDumper\Dumper\CliDumper
arguments: ['/dev/null']

0 comments on commit 483b2a7

Please sign in to comment.