mageekguy\atoum\test::getLocale PHP Method

getLocale() public method

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

Usage Example

コード例 #1
0
ファイル: generator.php プロジェクト: andrewolobo/mpTracker
 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