From 3f95d8278fc20cdc53936ee8eac2361a12440312 Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Fri, 22 Oct 2021 23:45:54 +0200
Subject: [PATCH] Documentation, Composer and test configuration fixes

---
 phpunit.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/phpunit.xml b/phpunit.xml
index 270c105..ff38ac6 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -13,6 +13,7 @@
         <server name="SHELL_VERBOSITY" value="-1" />
         <server name="SYMFONY_PHPUNIT_REMOVE" value="" />
         <server name="SYMFONY_PHPUNIT_VERSION" value="9.5" />
+        <server name="KERNEL_CLASS" value="App\Kernel" />
     </php>
 
     <testsuites>

--
Gitblit v1.8.0