-
-
Save gator92/2667425 to your computer and use it in GitHub Desktop.
HTTPKernel Test Diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Tests/Fixtures/TestClient.php b/Tests/Fixtures/TestClient.php | |
index ddab206..48ff956 100644 | |
--- a/Tests/Fixtures/TestClient.php | |
+++ b/Tests/Fixtures/TestClient.php | |
@@ -19,7 +19,7 @@ class TestClient extends Client | |
{ | |
$script = parent::getScript($request); | |
- $script = preg_replace('/(\->register\(\);)/', "$0\nrequire_once '".__DIR__."/../TestHttpKernel.php';", $script); | |
+ $script = preg_replace('/(\->register\(\);)/', "$0\nrequire_once '".__DIR__."/../bootstrap.php';", $script); | |
return $script; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment