public function testArrToLower() { $array = $this->object->arrToLower(['String1', 'StRIng2']); $this->assertSame(['string1', 'string2'], $array); }