Cassandra\IntegrationTestFixture::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    function __construct()
    {
        $this->ccm = new \CCM(\CCM::DEFAULT_CASSANDRA_VERSION, true);
        $this->ccm->removeAllClusters();
    }