Skip to content

Commit

Permalink
file-test
Browse files Browse the repository at this point in the history
  • Loading branch information
DumbergerL committed May 5, 2023
1 parent d63a8ae commit 6cbc6ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/Models/FileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ class FileTest extends TestCaseAuthenticated

public function testDownloadFileToPath(): void
{
CTConfig::enableDebugging();
$exampleFile = $this->collectFile();

$succeeded = $exampleFile->downloadToPath($this->DOWNLOAD_FOLDER);
$this->assertTrue($succeeded, "Could not download File.");
$this->assertFileExistsInDownloadFolder($exampleFile);
CTConfig::disableDebugging();
}

private function collectFile(): File
Expand Down

0 comments on commit 6cbc6ba

Please sign in to comment.