Skip to content

Commit

Permalink
[WIP] Some Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Dec 9, 2024
1 parent ab6d88d commit 322f710
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ protected function tearDown(): void

public function testExecuteCreatesFile(): void
{
echo "testExecuteCreatesFile";
$testFile = concat_paths($this->testPath, 'testFile123.txt');
file_put_contents($testFile, 'Some Content in the file');

Expand Down

0 comments on commit 322f710

Please sign in to comment.