Esempio n. 1
0
 /**
  * @covers Alchemy\Phrasea\Notification\Receiver::getName
  */
 public function testGetName()
 {
     $this->assertEquals($this->name, $this->object->getName());
 }