예제 #1
0
파일: utf8String.php 프로젝트: atoum/atoum
 public function __construct(asserter\generator $generator = null, tools\variable\analyzer $analyzer = null, atoum\locale $locale = null)
 {
     if (extension_loaded('mbstring') === false) {
         throw new exceptions\runtime('mbstring PHP extension is mandatory to use utf8String asserter');
     }
     parent::__construct($generator, $analyzer, $locale);
 }
예제 #2
0
파일: output.php 프로젝트: xihewang/atoum
 public function __construct(asserter\generator $generator = null, tools\variable\analyzer $analyzer = null, atoum\locale $locale = null)
 {
     parent::__construct($generator, $analyzer, $locale);
     $this->setWith(null);
 }