mageekguy\atoum\runner::setLocale PHP Method

setLocale() public method

public setLocale ( mageekguy\atoum\locale $locale = null )
$locale mageekguy\atoum\locale
    public function setLocale(locale $locale = null)
    {
        $this->locale = $locale ?: new locale();
        return $this;
    }
runner