mageekguy\atoum\withStatic::someOtherStaticMethod PHP Méthode

someOtherStaticMethod() public static méthode

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