/**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     ReflectionClass::setReflectionAdapterClass(\ReflectionClass::class);
     $this->object = new ReflectionClass(ClassInvokerFixture::class);
 }