Skip to content

Commit

Permalink
Tests: update to nette/schema v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 27, 2020
1 parent 858dc84 commit c047493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cases/Unit/DI/ConsoleExtension.HelperSet.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test(function (): void {
$compiler->loadConfig(FileMock::create('
console:
helperSet: @Tests\Fixtures\FooHelperSet
services:
- Tests\Fixtures\FooHelperSet
', 'neon'));
Expand Down Expand Up @@ -100,5 +100,5 @@ test(function (): void {
helperSet: null
', 'neon'));
}, [getmypid(), 5]);
}, InvalidConfigurationException::class, "The option 'console › helperSet' expects to be string|Nette\DI\Definitions\Statement, null given.");
}, InvalidConfigurationException::class, "The item 'console › helperSet' expects to be string|Nette\DI\Definitions\Statement, null given.");
});

0 comments on commit c047493

Please sign in to comment.