mageekguy\atoum\withStatic::someOtherStaticMethod PHP Method

someOtherStaticMethod() public static method

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