From ea4bc7052c103acf8e3be2f39ab07ec4a3e7a30e Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Tue, 24 Oct 2023 19:20:18 +0200 Subject: [PATCH] fix PIMCORE_CLASS_DIRECTORY path --- .github/workflows/codeception.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index e78f7d6..abadb2a 100644 --- a/.github/workflows/codeception.yml +++ b/.github/workflows/codeception.yml @@ -20,7 +20,7 @@ jobs: APP_ENV: test PIMCORE_TEST_DB_DSN: "mysql://test:test@127.0.0.1:3306/dachcom_bundle_test" PIMCORE_TEST_URL: "http://localhost" - PIMCORE_CLASS_DIRECTORY: "${{ github.workspace }}/lib/test-bundle/tests/_output/var/classes/DataObject" + PIMCORE_CLASS_DIRECTORY: "${{ github.workspace }}/lib/test-bundle/tests/_output/var/classes" SYMFONY_DEPRECATIONS_HELPER: "weak" PIMCORE_PHP_ERROR_REPORTING: 32767