コード例 #1
0
ファイル: MessagesTests.php プロジェクト: werx/messages
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage Messages not initialized
  */
 public function testUnitializedObjectShouldThrowException()
 {
     Messages::destroy();
     $all = Messages::all();
 }