From 6ac270896dc13605478d03a4293930aae420477a Mon Sep 17 00:00:00 2001 From: Lasse Lehtinen Date: Mon, 9 Dec 2019 13:32:56 +0200 Subject: [PATCH] Fixed variable name for database connection --- 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 - + ```