Skip to content

Commit 0b5a287

Browse files
committed
cleanup
1 parent 48509f0 commit 0b5a287

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 7.0.0
2+
- Add SF 7 support
3+
- Upgrade dev & qa tooling
4+
15
# 6.0.0
26
- Add SF 6 support
37
- Require PHP 8.1

src/Tests/Component/Metadata/MetadataFactoryTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ public function setUp(): void
5959
$this->xsdValidator = new XsdValidator();
6060
}
6161

62-
/**
63-
* Helper method to assert XML document is valid against XSD schema
64-
*/
6562
private function assertXmlIsValidAgainstXsd(DOMDocument $document, string $xsdPath): void
6663
{
6764
$errors = $this->xsdValidator->validate($document, $xsdPath);

src/Tests/Component/Metadata/XsdValidator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020

2121
use DOMDocument;
2222

23-
/**
24-
* Validates XML documents against XSD schemas
25-
*/
2623
class XsdValidator
2724
{
2825
/**

0 commit comments

Comments
 (0)