GcFrontend\ModuleTest::tearDown PHP Méthode

tearDown() protected méthode

This method is called after a test is executed.
protected tearDown ( ) : void
Résultat void
    protected function tearDown()
    {
        $this->config->setValue('force_frontend_ssl', 0);
        $this->config->setValue('force_backend_ssl', 0);
        unset($this->object);
    }