File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
tests/DependencyInjection/Compiler Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2323 "twig/twig" : " ^1.35|^2.4.4"
2424 },
2525 "require-dev" : {
26- "ezsystems/ezplatform-xmltext-fieldtype" : " ^1.4 " ,
27- "phpunit/phpunit" : " ^5.7|^6.5 " ,
28- "matthiasnoback/symfony-config-test" : " ^2.2|^3.1 " ,
29- "matthiasnoback/symfony-dependency-injection-test" : " ^1.2|^2.3 "
26+ "ezsystems/ezplatform-xmltext-fieldtype" : " ^1.5 " ,
27+ "phpunit/phpunit" : " ^5.7|^7.0 " ,
28+ "matthiasnoback/symfony-config-test" : " ^2.2|^4.0 " ,
29+ "matthiasnoback/symfony-dependency-injection-test" : " ^1.2|^3.0 "
3030 },
3131 "autoload" : {
3232 "psr-4" : {
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ public function testCompilerPassWithTwigRuntimeLoaderService()
3232 $ this ->setDefinition ('twig.runtime_loader ' , $ twig );
3333
3434 $ this ->compile ();
35+
36+ // Fake assertion to disable risky warning
37+ $ this ->assertTrue (true );
3538 }
3639
3740 protected function registerCompilerPass (ContainerBuilder $ container )
You can’t perform that action at this time.
0 commit comments