private function expectSpecificationIsNotSatisfied()
 {
     $this->specification->expects($this->any())->method('isSatisfiedBy')->willReturn(false);
 }