Cassandra\BasicIntegrationTest::tearDown PHP 메소드

tearDown() 보호된 메소드

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