public function testTakingNegationIntoAccount()
 {
     $this->setIsTrueInImplReturnedValueTo(true);
     $this->c->negate();
     $this->assertFalse($this->c->isTrueIn($this->context));
 }