PayPal\Test\Functional\Api\WebhookFunctionalTest::getClassName PHP Method

getClassName() public method

Returns just the classname of the test you are executing. It removes the namespaces.
public getClassName ( ) : string
return string
    public function getClassName()
    {
        return join('', array_slice(explode('\\', get_class($this)), -1));
    }