Skip to content

Commit

Permalink
Update PHPUnit to 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 8, 2018
1 parent 685c55b commit 2349a20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"twig/twig": "^1.35|^2.4.4"
},
"require-dev": {
"ezsystems/ezplatform-xmltext-fieldtype": "^1.4",
"phpunit/phpunit": "^5.7|^6.5",
"matthiasnoback/symfony-config-test": "^2.2|^3.1",
"matthiasnoback/symfony-dependency-injection-test": "^1.2|^2.3"
"ezsystems/ezplatform-xmltext-fieldtype": "^1.5",
"phpunit/phpunit": "^5.7|^7.0",
"matthiasnoback/symfony-config-test": "^2.2|^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.2|^3.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 3 additions & 0 deletions tests/DependencyInjection/Compiler/TwigRuntimePassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ public function testCompilerPassWithTwigRuntimeLoaderService()
$this->setDefinition('twig.runtime_loader', $twig);

$this->compile();

// Fake assertion to disable risky warning
$this->assertTrue(true);
}

protected function registerCompilerPass(ContainerBuilder $container)
Expand Down

0 comments on commit 2349a20

Please sign in to comment.