Skip to content

Commit f6e7f53

Browse files
committed
Fix test command
1 parent 2f55c0a commit f6e7f53

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
run: if [ ! -d /tmp/bowphp_testing ]; then mkdir -p /tmp/bowphp_testing; fi;
6464

6565
- name: Run test suite
66-
run: ./vendor/bin/phpunit tests
66+
run: ./vendor/bin/phpunit tests --configuration phpunit.dist.xml

src/Storage/Service/FTPService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ public function disconnect(): void
251251
{
252252
if ($this->connection !== null) {
253253
@ftp_close($this->connection);
254-
$this->connection = null;
255254
$this->is_connected = false;
256255
}
257256
}

0 commit comments

Comments
 (0)