We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fc234 commit 68ac00dCopy full SHA for 68ac00d
tests/Functional/Workflow/ApplicationTest.php
@@ -90,8 +90,6 @@ public function testDestructor(): void
90
91
$file = require Util::CACHE_STATES_FILE;
92
93
- print_r($file);
94
-
95
$key = 'CODE_TRANSFORMER_APP_DIR\tests\Stubs\ClassesToTransform\StringClass.php';
96
$key = str_replace('\\', DIRECTORY_SEPARATOR, $key);
97
$this->assertArrayHasKey($key, $file);
0 commit comments