Example #1
0
 public function testSetNotificationEmpty()
 {
     $response = new Response();
     try {
         $response->setNotification('');
         $this->fail();
     } catch (\InvalidArgumentException $expected) {
     }
 }