mageekguy\atoum\asserter::__ PHP Method

__() protected method

protected __ ( $singular, $plural, $quantity )
    protected function __($singular, $plural, $quantity)
    {
        return call_user_func_array(array($this->locale, '__'), func_get_args());
    }