Example #1
0
 public function testReviewNotifications()
 {
     $this->assertTrue($this->user->getReviewNotifications(), 'Review notifications are enabled by default');
     $this->user->setReviewNotifications(false);
     $this->assertFalse($this->user->getReviewNotifications());
 }