Cassandra\BasicIntegrationTest::tearDown PHP Method

tearDown() protected method

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