Skip to content

Commit 68ac00d

Browse files
committed
Updated ApplicationTest
1 parent 26fc234 commit 68ac00d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Functional/Workflow/ApplicationTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ public function testDestructor(): void
9090

9191
$file = require Util::CACHE_STATES_FILE;
9292

93-
print_r($file);
94-
9593
$key = 'CODE_TRANSFORMER_APP_DIR\tests\Stubs\ClassesToTransform\StringClass.php';
9694
$key = str_replace('\\', DIRECTORY_SEPARATOR, $key);
9795
$this->assertArrayHasKey($key, $file);

0 commit comments

Comments
 (0)