Skip to content

Commit 9bdb146

Browse files
minor #61991 remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface (xabbuh)
This PR was merged into the 8.0 branch. Discussion ---------- remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface | Q | A | ------------- | --- | Branch? | 8.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT finishes #61986 Commits ------- cd9e8679dcb remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface
2 parents bc4567f + 990a05d commit 9bdb146

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)