/**
  * Checks if the hasProperty() method works as expected.
  *
  * @return void
  */
 public function testHasProperty()
 {
     $this->assertTrue($this->reflectionClass->hasProperty('reflectionClass'));
 }