Exemplo n.º 1
0
 /**
  * getDisplay test
  *
  * @return void
  */
 public function testGetDisplay()
 {
     $this->object->setMessage('Test Message');
     $this->assertEquals('<div class="notice"><img src="theme/s_notice.png" title="" alt="" /> ' . 'Test Message</div>', $this->object->getDisplay());
 }