2, 'three' => 4, 'eight' => 'five']; $mapped = (new ArrayMapper())->map($result); $this->assertSame($result, $mapped, 'The array mapper should return the parameter given to it'); } }