Esempio n. 1
0
 public function testSetAndGetErrorShouldWork()
 {
     Msg::setError('Error');
     $this->assertEquals('Error', Msg::getErrors(false));
 }