We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f55c0a commit f6e7f53Copy full SHA for f6e7f53
.github/workflows/tests.yml
@@ -63,4 +63,4 @@ jobs:
63
run: if [ ! -d /tmp/bowphp_testing ]; then mkdir -p /tmp/bowphp_testing; fi;
64
65
- name: Run test suite
66
- run: ./vendor/bin/phpunit tests
+ run: ./vendor/bin/phpunit tests --configuration phpunit.dist.xml
src/Storage/Service/FTPService.php
@@ -251,7 +251,6 @@ public function disconnect(): void
251
{
252
if ($this->connection !== null) {
253
@ftp_close($this->connection);
254
- $this->connection = null;
255
$this->is_connected = false;
256
}
257
0 commit comments