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.
HTMLEntry
1 parent c5e869b commit 579debbCopy full SHA for 579debb
1 file changed
src/core/etl/tests/Flow/ETL/Tests/Unit/Row/Entry/HTMLEntryTest.php
@@ -102,7 +102,7 @@ public function test_creating_html_entry_with_invalid_html_document() : void
102
103
self::assertSame('name', $entry->name());
104
self::assertSame($doc, $entry->value());
105
- self::assertSame('<p>body</p>', $entry->toString());
+ self::assertSame('body', $entry->toString());
106
}
107
108
public function test_duplicating_entry() : void
0 commit comments