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