protected function setIsTrueInImplReturnedValueTo($trueOrFalse)
 {
     $this->c->method('isTrueInImpl')->will($this->returnValue($trueOrFalse));
 }