Example #1
0
 public function testSetNotificationNull()
 {
     $response = new Response();
     $response->setNotification(null);
     $this->assertEquals(null, $response->getNotification());
 }