transform([1, 2, [3, 4, [5]], [], [7, 8]], $this->migrateExecutable, $this->row, 'destinationproperty'); $this->assertSame([1, 2, 3, 4, 5, 7, 8], $flattened); } }