Skip to content

Commit c047493

Browse files
committed
Tests: update to nette/schema v1.1
1 parent 858dc84 commit c047493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test(function (): void {
5656
$compiler->loadConfig(FileMock::create('
5757
console:
5858
helperSet: @Tests\Fixtures\FooHelperSet
59-
59+
6060
services:
6161
- Tests\Fixtures\FooHelperSet
6262
', 'neon'));
@@ -100,5 +100,5 @@ test(function (): void {
100100
helperSet: null
101101
', 'neon'));
102102
}, [getmypid(), 5]);
103-
}, InvalidConfigurationException::class, "The option 'console › helperSet' expects to be string|Nette\DI\Definitions\Statement, null given.");
103+
}, InvalidConfigurationException::class, "The item 'console › helperSet' expects to be string|Nette\DI\Definitions\Statement, null given.");
104104
});

0 commit comments

Comments
 (0)