Unverified Commit 45d838fc authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3259158 by neclimdul: PhpUnit compatibility broken

parent bff71849
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.