@covers PHPUnit_Framework_Assert::assertThat @covers PHPUnit_Framework_Assert::attribute @covers PHPUnit_Framework_Assert::equalTo @expectedException PHPUnit_Framework_AssertionFailedError
public function testAssertThatAttributeEquals2() {
$this
->assertThat(new ClassWithNonPublicAttributes(), $this
->attribute($this
->equalTo('bar'), 'publicAttribute'));
}