Example #1
0
 /**
  * @expectedException \Fazland\Notifire\Exception\UnregisteredNotificationException
  */
 public function testFactoryShouldThrowUnregisteredNotificationExceptionIfNotFound()
 {
     Notifire::factory('email');
 }