Example #1
0
 public function testGetChild()
 {
     $data = new template\data();
     $this->assert->variable($data->getChild(0))->isNull()->variable($data->getChild(rand(1, PHP_INT_MAX)))->isNull();
 }