Skip to content

Commit

Permalink
Cleanup directory
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Mar 18, 2019
1 parent b258bfd commit ca7c055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ftp/FtpIntegrationTestCase.php
Expand Up @@ -74,6 +74,7 @@ public function creating_a_directory()
$this->filesystem->createDir('dirname/directory');
$metadata = $this->filesystem->getMetadata('dirname/directory');
self::assertEquals('dir', $metadata['type']);
$this->filesystem->deleteDir('dirname');
}

/**
Expand Down

0 comments on commit ca7c055

Please sign in to comment.