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