Neos\Flow\Tests\FunctionalTestCase::emitFunctionalTestTearDown PHP Method

emitFunctionalTestTearDown() protected method

Signals that the functional test case has been executed
protected emitFunctionalTestTearDown ( ) : void
return void
    protected function emitFunctionalTestTearDown()
    {
        self::$bootstrap->getSignalSlotDispatcher()->dispatch(__CLASS__, 'functionalTestTearDown');
    }