diff --git a/src/Framework/TestCase.php b/src/Framework/TestCase.php index e72241c4..36c766cf 100644 --- a/src/Framework/TestCase.php +++ b/src/Framework/TestCase.php @@ -214,7 +214,7 @@ private function sendMethodList(array $methods): void Environment::$checkAssertions = false; header('Content-Type: text/plain'); echo "\n"; - echo 'TestCase:' . static::class . "\n"; + echo 'TestCase:' . get_debug_type($this) . "\n"; echo 'Method:' . implode("\nMethod:", $methods) . "\n"; $dependentFiles = [];