Ejemplo n.º 1
0
 function testIsSetException_should_return_false_when_no_exception_is_set()
 {
     $rvm = new ReturnValuesManager('foo');
     $this->assertFalse($rvm->isSetException('bar'));
 }