bitExpert\Disco\Proxy\Configuration\ConfigurationGeneratorUnitTest::nonExistentClassInReturnTypeThrowsException PHP Method

nonExistentClassInReturnTypeThrowsException() public method

    public function nonExistentClassInReturnTypeThrowsException()
    {
        $reflClass = new \ReflectionClass(NonExistentReturnTypeConfiguration::class);
        $this->configGenerator->generate($reflClass, $this->classGenerator);
    }