diff options
author | Mario <mario@mariovavti.com> | 2025-02-01 10:50:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-02-01 10:50:44 +0000 |
commit | bf76d5981f5e191e85a1d04c185c432dff7050fd (patch) | |
tree | 8244f8ac09540f85e6a5035fbd6453ae936a8584 | |
parent | 33fcb43173b8724b9501fae2389d45770dc00063 (diff) | |
parent | 7a3d59bff314bce3a22943ca3ac0c84c1601d3e4 (diff) | |
download | volse-hubzilla-bf76d5981f5e191e85a1d04c185c432dff7050fd.tar.gz volse-hubzilla-bf76d5981f5e191e85a1d04c185c432dff7050fd.tar.bz2 volse-hubzilla-bf76d5981f5e191e85a1d04c185c432dff7050fd.zip |
Merge branch 'testing-add-psr4-namespace' into 'dev'
Add Zotlabs\Tests namespace to autloader in dev
See merge request hubzilla/core!2182
-rw-r--r-- | composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 0a8e57b5e..fef9bc6f0 100644 --- a/composer.json +++ b/composer.json @@ -75,6 +75,11 @@ "Zotlabs\\": "Zotlabs/" } }, + "autoload-dev": { + "psr-4": { + "Zotlabs\\Tests\\Unit\\": "tests/unit/" + } + }, "minimum-stability": "stable", "config": { "notify-on-install": false, |