mageekguy\atoum\test::getLocale PHP Method

getLocale() public method

public getLocale ( )
    public function getLocale()
    {
        return $this->locale;
    }

Usage Example

示例#1
0
 public function __construct(atoum\test $test, atoum\locale $locale = null)
 {
     parent::__construct($locale ?: $test->getLocale());
     $this->setTest($test);
 }
All Usage Examples Of mageekguy\atoum\test::getLocale
test