public function testGetFirstArrayElement() { $array = array('Spam', 323, new \stdClass()); $this->assertEquals('Spam', ArrayUtils::first($array)); }