@covers PHPUnit_Framework_Assert::assertThat @covers PHPUnit_Framework_Assert::anything @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_Assert::logicalXor
public function testAssertThatAnythingXorNotAnything() {
$this
->assertThat('anything', $this
->logicalXor($this
->anything(), $this
->logicalNot($this
->anything())));
}