Skip to content

Commit 5bf019e

Browse files
mabarf3l1x
authored andcommitted
Tests: Fix nette/neon 3.1.0 compatibility
1 parent 9b04328 commit 5bf019e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/cases/Unit/Command/Command.HelperSet.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test(function (): void {
2323
$compiler->addExtension('console', new ConsoleExtension(true));
2424
$compiler->loadConfig(FileMock::create('
2525
console:
26-
lazy: off
26+
lazy: false
2727
services:
2828
- Tests\Fixtures\HelperSetCommand
2929
', 'neon'));

tests/cases/Unit/DI/ConsoleExtension.lazy.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test(function (): void {
2323
$compiler->addExtension('console', new ConsoleExtension(true));
2424
$compiler->loadConfig(FileMock::create('
2525
console:
26-
lazy: on
26+
lazy: true
2727
services:
2828
foo: Tests\Fixtures\FooCommand
2929
', 'neon'));

tests/cases/Unit/DI/ConsoleExtension.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test(function (): void {
3838
$compiler->addExtension('console', new ConsoleExtension(true));
3939
$compiler->loadConfig(FileMock::create('
4040
console:
41-
lazy: off
41+
lazy: false
4242
services:
4343
foo: Tests\Fixtures\FooCommand
4444
', 'neon'));

0 commit comments

Comments
 (0)