Skip to content

Commit e5bbb52

Browse files
committed
Level 9 with checkExplicitMixed
1 parent 4f946ec commit e5bbb52

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

conf/config.level9.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
includes:
2+
- config.level8.neon
3+
4+
parameters:
5+
checkExplicitMixed: true

conf/config.levelmax.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
includes:
2-
- config.level8.neon
2+
- config.level9.neon

src/Testing/LevelsTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testLevels(
4747

4848
$exceptions = [];
4949

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

0 commit comments

Comments
 (0)