We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d40249 commit 09b2773Copy full SHA for 09b2773
.github/workflows/codeception.yml
@@ -20,7 +20,7 @@ jobs:
20
APP_ENV: test
21
PIMCORE_TEST_DB_DSN: "mysql://test:[email protected]:3306/dachcom_bundle_test"
22
PIMCORE_TEST_URL: "http://localhost"
23
- 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"
24
25
SYMFONY_DEPRECATIONS_HELPER: "weak"
26
PIMCORE_PHP_ERROR_REPORTING: 32767
0 commit comments