Ejemplo n.º 1
0
 public function testSetGetIsAnonymous()
 {
     $this->assertFalse($this->_block->getIsAnonymous());
     $this->_block->setIsAnonymous(true);
     $this->assertTrue($this->_block->getIsAnonymous());
 }