Example #1
0
 public function test__construct()
 {
     $this->if($field = new testedClass($command = uniqid()))->then->string($field->getCommand())->isEqualTo($command)->object($field->getAdapter())->isInstanceOf('mageekguy\\atoum\\adapter')->object($field->getLocale())->isInstanceOf('mageekguy\\atoum\\locale');
 }