Skip to content

Commit

Permalink
Revert "Revert "fix""
Browse files Browse the repository at this point in the history
This reverts commit e329986.
  • Loading branch information
Nathmel123 committed Sep 4, 2024
1 parent d21727f commit cb7266e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Tests/Unit/Common/XmlDocumentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ public function testSplitSymbols()

//TODO: Should compare Json to Json, but splitsymbol Strings are not valid
//->Discuss
self::assertTrue(true);
self::assertEquals(trim($this->processString($jsonString)),trim($this->processString($subject->toJson())));
}

private function processString(String $str) {

return str_replace(array("\n"," "),'',$str);

}
}

0 comments on commit cb7266e

Please sign in to comment.