Example #1
0
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage Messages not initialized
  */
 public function testUnitializedObjectShouldThrowException()
 {
     Messages::destroy();
     $all = Messages::all();
 }