a normal reply - too-obscure
'],
]
]);
+
+ $this->app();
}
/**
diff --git a/tests/integration/extenders/UserTest.php b/tests/integration/extenders/UserTest.php
index 473805185..02ce5f00e 100644
--- a/tests/integration/extenders/UserTest.php
+++ b/tests/integration/extenders/UserTest.php
@@ -30,6 +30,8 @@ class UserTest extends TestCase
['key' => 'display_name_driver', 'value' => 'custom'],
]
]);
+
+ $this->app();
}
protected function registerTestPreference()