We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cd2ca commit 990a05dCopy full SHA for 990a05d
Tests/Compiler/MergeExtensionConfigurationPassTest.php
@@ -32,12 +32,6 @@ public function testExpressionLanguageProviderForwarding()
32
$tmpProviders = [];
33
34
$extension = $this->createMock(ExtensionInterface::class);
35
- $extension->expects($this->any())
36
- ->method('getXsdValidationBasePath')
37
- ->willReturn(false);
38
39
- ->method('getNamespace')
40
- ->willReturn('http://example.org/schema/dic/foo');
41
$extension->expects($this->any())
42
->method('getAlias')
43
->willReturn('foo');
0 commit comments