getLocale() public method

public getLocale ( )
コード例 #1
0
ファイル: generator.php プロジェクト: andrewolobo/mpTracker
 public function __construct(atoum\test $test, atoum\locale $locale = null)
 {
     parent::__construct($locale ?: $test->getLocale());
     $this->setTest($test);
 }
コード例 #2
0
ファイル: generator.php プロジェクト: xihewang/atoum
 public function setTest(atoum\test $test)
 {
     $this->test = $test;
     return $this->setLocale($test->getLocale());
 }