Beispiel #1
0
 public function test__construct()
 {
     $this->if($report = new testedClass())->then->variable($report->getTitle())->isNull()->object($report->getLocale())->isInstanceOf('mageekguy\\atoum\\locale')->object($report->getAdapter())->isInstanceOf('mageekguy\\atoum\\adapter')->array($report->getFields())->isEmpty()->array($report->getWriters())->isEmpty();
 }