/**
  * Test if the returned class name equals the one passed to the constructor.
  *
  * @return void
  */
 public function testGetClassName()
 {
     $this->assertSame(__CLASS__, $this->reflectionClass->getName());
 }