Beispiel #1
0
 public function that(Assertion $assertion, $message = "")
 {
     $this->parent->that(new OppositeAssertion($assertion), $message);
 }