From d4c2adad1047b0a2d725685a34a43f56d9765e50 Mon Sep 17 00:00:00 2001 From: Lasse Lehtinen Date: Mon, 9 Dec 2019 15:19:04 +0200 Subject: [PATCH] Fixed variable name for database connection (#42) --- docs/source/v2/application-testing.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/application-testing.blade.md b/docs/source/v2/application-testing.blade.md index 7cf391a..b168495 100644 --- a/docs/source/v2/application-testing.blade.md +++ b/docs/source/v2/application-testing.blade.md @@ -149,7 +149,7 @@ abstract class TestCase extends BaseTestCase phpunit.xml: ```xml - + ```