From 322f7101cac96478c87e8e81e11ee5cdc58e7922 Mon Sep 17 00:00:00 2001 From: Daniel Hoffmann Date: Mon, 9 Dec 2024 15:44:35 +0100 Subject: [PATCH] [WIP] Some Testing --- .../Core/Publisher/Instruction/AddFileInstructionTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Functional/Component/Core/Publisher/Instruction/AddFileInstructionTest.php b/Tests/Functional/Component/Core/Publisher/Instruction/AddFileInstructionTest.php index 08cdae702..58ebae05e 100644 --- a/Tests/Functional/Component/Core/Publisher/Instruction/AddFileInstructionTest.php +++ b/Tests/Functional/Component/Core/Publisher/Instruction/AddFileInstructionTest.php @@ -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');