예제 #1
0
 /**
  * @test
  * @return void
  */
 public function ignoreNotificationsCanBeSet()
 {
     $this->subject->setIgnoreNotifications(true);
     $this->assertTrue($this->subject->getIgnoreNotifications());
 }