Skip to content

Commit

Permalink
Tests: Fix nette/neon 3.1.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar authored and f3l1x committed Jan 3, 2020
1 parent 9b04328 commit 5bf019e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/cases/Unit/Command/Command.HelperSet.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test(function (): void {
$compiler->addExtension('console', new ConsoleExtension(true));
$compiler->loadConfig(FileMock::create('
console:
lazy: off
lazy: false
services:
- Tests\Fixtures\HelperSetCommand
', 'neon'));
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/Unit/DI/ConsoleExtension.lazy.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test(function (): void {
$compiler->addExtension('console', new ConsoleExtension(true));
$compiler->loadConfig(FileMock::create('
console:
lazy: on
lazy: true
services:
foo: Tests\Fixtures\FooCommand
', 'neon'));
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/Unit/DI/ConsoleExtension.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test(function (): void {
$compiler->addExtension('console', new ConsoleExtension(true));
$compiler->loadConfig(FileMock::create('
console:
lazy: off
lazy: false
services:
foo: Tests\Fixtures\FooCommand
', 'neon'));
Expand Down

0 comments on commit 5bf019e

Please sign in to comment.