コード例 #1
0
ファイル: MsgTest.php プロジェクト: escapework/msg
 public function testSetAndGetErrorShouldWork()
 {
     Msg::setError('Error');
     $this->assertEquals('Error', Msg::getErrors(false));
 }