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:
26
26
env : SYMFONY_VERSION="3.4.*" DEPENDENCIES=dev
27
27
- php : 7.0
28
28
- php : 7.1
29
+ # There is a bug in PHPUnit 5.7
30
+ env : SYMFONY_PHPUNIT_VERSION=6.5
29
31
- php : 7.2
30
32
- php : 7.3
31
33
# Test against dev versions
Original file line number Diff line number Diff line change @@ -140,6 +140,9 @@ public function testChannelsConfigurationOptionSupportsAppChannel()
140
140
141
141
$ container ->setParameter ('monolog.additional_channels ' , array ('app ' ));
142
142
$ 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 );
143
146
}
144
147
145
148
private function getContainer ()
You can’t perform that action at this time.
0 commit comments