mageekguy\atoum\withStatic::someOtherStaticMethod PHP Метод

someOtherStaticMethod() публичный статический Метод

public static someOtherStaticMethod ( $return1, $return2, $return3 )
    public static function someOtherStaticMethod($return1, $return2, $return3)
    {
        return array($return1, $return2, $return3);
    }