Cassandra\BasicIntegrationTest::tearDown PHP Méthode

tearDown() protected méthode

Teardown the database for the integration tests.
protected tearDown ( )
    protected function tearDown()
    {
        unset($this->integration);
        unset($this->ccm);
        unset($this->session);
    }
BasicIntegrationTest