Skip to content

Commit 990a05d

Browse files
committed
remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface
1 parent 41cd2ca commit 990a05d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/Compiler/MergeExtensionConfigurationPassTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ public function testExpressionLanguageProviderForwarding()
3232
$tmpProviders = [];
3333

3434
$extension = $this->createMock(ExtensionInterface::class);
35-
$extension->expects($this->any())
36-
->method('getXsdValidationBasePath')
37-
->willReturn(false);
38-
$extension->expects($this->any())
39-
->method('getNamespace')
40-
->willReturn('http://example.org/schema/dic/foo');
4135
$extension->expects($this->any())
4236
->method('getAlias')
4337
->willReturn('foo');

0 commit comments

Comments
 (0)