Exemplo n.º 1
0
Arquivo: test.php Projeto: atoum/atoum
 public function testSetTags()
 {
     $this->if($test = new emptyTest())->then->object($test->setTags($tags = array(uniqid(), uniqid())))->isIdenticalTo($test)->array($test->getTags())->isEqualTo($tags);
 }