Commit 585c4ba1 authored by catch's avatar catch
Browse files

Issue #3455552 by mstrelan, xjm, quietone: Remove commented-out code in...

Issue #3455552 by mstrelan, xjm, quietone: Remove commented-out code in ArgumentDefaultTest referring to php module

(cherry picked from commit 5bd91c59)
parent f4930ff6
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -136,11 +136,6 @@ public function testArgumentDefaultFixed(): void {
    $this->assertEquals($random_string, $view->args[0], 'Provided argument should be used.');
  }

  /**
   * @todo Test php default argument.
   */
  // function testArgumentDefaultPhp() {}

  /**
   * Tests node default argument.
   */