Example #1
0
 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);
 }
Example #2
0
 public function __construct(asserter\generator $generator = null, tools\variable\analyzer $analyzer = null, atoum\locale $locale = null)
 {
     parent::__construct($generator, $analyzer, $locale);
     $this->setWith(null);
 }