From 540608682988c627d46b6891089183568db06798 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 4 Feb 2021 20:58:05 +0100 Subject: Psalm: Fix class loading --- tests/psalm-autoload.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/psalm-autoload.php (limited to 'tests') diff --git a/tests/psalm-autoload.php b/tests/psalm-autoload.php new file mode 100644 index 000000000..3da2d7f55 --- /dev/null +++ b/tests/psalm-autoload.php @@ -0,0 +1,13 @@ + + * @copyright Sean Molenaar 2021 + */ + +require_once __DIR__ . '/../../../3rdparty/autoload.php'; +require_once __DIR__ . '/../vendor/autoload.php'; -- cgit v1.2.3