CakeDC\Users\Test\TestCase\Controller\SocialAccountsControllerTest::tearDown PHP Method

tearDown() public method

tearDown
public tearDown ( ) : void
return void
    public function tearDown()
    {
        Email::drop('default');
        Email::dropTransport('test');
        Email::config('default', $this->configEmail);
        Configure::write('Opauth', $this->configOpauth);
        Configure::write('Users.RememberMe.active', $this->configRememberMe);
        parent::tearDown();
    }