Fix source creds being over written and begin implementing migrations tests

This commit is contained in:
Bradley Schofield
2024-10-30 14:23:24 +09:00
parent 6bdb1ccabc
commit bb72fd8834
7 changed files with 521 additions and 63 deletions
+1
View File
@@ -33,6 +33,7 @@
<directory>./tests/e2e/Services/Storage</directory>
<directory>./tests/e2e/Services/Webhooks</directory>
<directory>./tests/e2e/Services/Messaging</directory>
<directory>./tests/e2e/Services/Migrations</directory>
<file>./tests/e2e/Services/Functions/FunctionsBase.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomServerTest.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>