Loading core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ private static function alterTestCase(ClassLoader $autoloader): void { * The full path of the file to be included. */ private static function flushAlteredCodeToFile(string $file_name, string $altered_code): string { $directory = __DIR__ . '/../../../../../../sites/simpletest'; $directory = __DIR__ . '/../../../../../sites/simpletest'; $full_path = $directory . '/' . $file_name; // Only write when necessary. Loading Loading
core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ private static function alterTestCase(ClassLoader $autoloader): void { * The full path of the file to be included. */ private static function flushAlteredCodeToFile(string $file_name, string $altered_code): string { $directory = __DIR__ . '/../../../../../../sites/simpletest'; $directory = __DIR__ . '/../../../../../sites/simpletest'; $full_path = $directory . '/' . $file_name; // Only write when necessary. Loading