/**
  * @test
  */
 public function parsingConfigurationWithoutAnyErrorsSucceeds()
 {
     $this->classGenerator->expects(static::any())->method('addMethodFromGenerator');
     $reflClass = new \ReflectionClass(BeanConfiguration::class);
     $this->configGenerator->generate($reflClass, $this->classGenerator);
 }