Skip to content

Commit a10b982

Browse files
committed
Add a new HTMLEntry
1 parent 484141d commit a10b982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/filesystem/tests/Flow/Filesystem/Tests/Unit/PartitionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function test_creating_partition_value_from_html_entry() : void
5151
{
5252
$this->expectExceptionMessage(HTMLEntry::class . ' can\'t be used as a partition');
5353

54-
Partition::valueFromRow(ref('html'), row(html_entry('html', '<div></div>')));
54+
Partition::valueFromRow(ref('html'), row(html_entry('html', '<!DOCTYPE html><html><head></head><body></body></html>')));
5555
}
5656

5757
public function test_creating_partition_value_from_xml_entry() : void

0 commit comments

Comments
 (0)