We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43906de commit 027bd0aCopy full SHA for 027bd0a
src/Framework/TestCase.php
@@ -214,7 +214,7 @@ private function sendMethodList(array $methods): void
214
Environment::$checkAssertions = false;
215
header('Content-Type: text/plain');
216
echo "\n";
217
- echo 'TestCase:' . static::class . "\n";
+ echo 'TestCase:' . get_debug_type($this) . "\n";
218
echo 'Method:' . implode("\nMethod:", $methods) . "\n";
219
220
$dependentFiles = [];
0 commit comments