ソースを参照

Remove unused function.

Mark Story 7 年 前
コミット
f747225b89
1 ファイル変更0 行追加12 行削除
  1. 0 12
      src/TestSuite/IntegrationTestCase.php

+ 0 - 12
src/TestSuite/IntegrationTestCase.php

@@ -684,18 +684,6 @@ abstract class IntegrationTestCase extends TestCase
     }
 
     /**
-     * Convert an array URL into a string so we can dispatch it.
-     *
-     * This requires loading routes.
-     *
-     * @param array $url The routing URL to resolve.
-     * @return string The resolved route.
-     */
-    protected function resolveRoute(array $url)
-    {
-    }
-
-    /**
      * Get the response body as string
      *
      * @return string The response body.