chore: shift appwrite tests to autoload

This commit is contained in:
Chirag Aggarwal
2025-03-19 14:28:37 +00:00
parent cfec0a0ed3
commit 8fb1f097c4
+3 -3
View File
@@ -19,14 +19,14 @@
"autoload": {
"psr-4": {
"Appwrite\\": "src/Appwrite",
"Executor\\": "src/Executor"
"Executor\\": "src/Executor",
"Appwrite\\Tests\\": "tests/extensions"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\E2E\\": "tests/e2e",
"Tests\\Unit\\": "tests/unit",
"Appwrite\\Tests\\": "tests/extensions"
"Tests\\Unit\\": "tests/unit"
}
},
"require": {