Skip to content

Commit 3302cbd

Browse files
committed
Fix: Extra reference to ccm causing tests to run out of file descriptors
1 parent 6a20d5e commit 3302cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/Cassandra/BasicIntegrationTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,6 @@ protected function setUp() {
110110
*/
111111
protected function tearDown() {
112112
unset($this->integration);
113+
unset($this->ccm);
113114
}
114115
}

0 commit comments

Comments
 (0)