File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Tests/DependencyInjection/Compiler Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ matrix:
2626 env : SYMFONY_VERSION="3.4.*" DEPENDENCIES=dev
2727 - php : 7.0
2828 - php : 7.1
29+ # There is a bug in PHPUnit 5.7
30+ env : SYMFONY_PHPUNIT_VERSION=6.5
2931 - php : 7.2
3032 - php : 7.3
3133 # Test against dev versions
Original file line number Diff line number Diff line change @@ -140,6 +140,9 @@ public function testChannelsConfigurationOptionSupportsAppChannel()
140140
141141 $ container ->setParameter ('monolog.additional_channels ' , array ('app ' ));
142142 $ container ->compile ();
143+
144+ // the test ensures that the validation does not fail (i.e. it does not throw any exceptions)
145+ $ this ->addToAssertionCount (1 );
143146 }
144147
145148 private function getContainer ()
You can’t perform that action at this time.
0 commit comments