Skip to content

Commit

Permalink
Level 9 with checkExplicitMixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 16, 2021
1 parent 4f946ec commit e5bbb52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions conf/config.level9.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
includes:
- config.level8.neon

parameters:
checkExplicitMixed: true
2 changes: 1 addition & 1 deletion conf/config.levelmax.neon
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
includes:
- config.level8.neon
- config.level9.neon
2 changes: 1 addition & 1 deletion src/Testing/LevelsTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function testLevels(

$exceptions = [];

foreach (range(0, 8) as $level) {
foreach (range(0, 9) as $level) {
unset($outputLines);
exec(sprintf('%s %s clear-result-cache %s 2>&1', escapeshellarg(PHP_BINARY), $command, $configPath !== null ? '--configuration ' . escapeshellarg($configPath) : ''), $clearResultCacheOutputLines, $clearResultCacheExitCode);
if ($clearResultCacheExitCode !== 0) {
Expand Down

0 comments on commit e5bbb52

Please sign in to comment.