Exemplo n.º 1
0
 function test_getLastError()
 {
     fbSystem::setLastError('Error 1');
     $rv = fbSystem::getLastError();
     $this->assertTrue(!empty($rv));
 }