mageekguy\atoum\runner::setLocale PHP 메소드

setLocale() 공개 메소드

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