Skip to content

Commit e9b025b

Browse files
committed
Add a new HTMLType
1 parent 089e80a commit e9b025b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/core/etl/tests/Flow/ETL/Tests/Unit/Row/EntryFactoryTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,9 @@ public function test_object() : void
378378
(new EntryFactory())->create('e', new \ArrayIterator([1, 2]));
379379
}
380380

381+
/**
382+
* @param Entry<mixed> $entry
383+
*/
381384
#[DataProvider('provide_recognized_data')]
382385
public function test_recognized_data_set_same_as_provided(string $input, Entry $entry) : void
383386
{

0 commit comments

Comments
 (0)