diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 08:43:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 08:43:03 +0000 |
commit | 21cd4a1b4845858c3421dbd5f2673eceee421f5d (patch) | |
tree | 56d80b7e16f99d8037e8ff48431aa9d191ff39dd | |
parent | e9a50371f5dd4cffb0ba4894f2286b28e8f535b9 (diff) | |
download | volse-hubzilla-21cd4a1b4845858c3421dbd5f2673eceee421f5d.tar.gz volse-hubzilla-21cd4a1b4845858c3421dbd5f2673eceee421f5d.tar.bz2 volse-hubzilla-21cd4a1b4845858c3421dbd5f2673eceee421f5d.zip |
psr-4 autoloading standard
-rw-r--r-- | Tests/README.md (renamed from tests/README.md) | 0 | ||||
-rw-r--r-- | Tests/Unit/Access/AccessListTest.php (renamed from tests/unit/Access/AccessListTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/Access/PermissionLimitsTest.php (renamed from tests/unit/Access/PermissionLimitsTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/Access/PermissionRolesTest.php (renamed from tests/unit/Access/PermissionRolesTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/Access/PermissionsTest.php (renamed from tests/unit/Access/PermissionsTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/AntiXSSTest.php (renamed from tests/unit/AntiXSSTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/AutonameTest.php (renamed from tests/unit/AutonameTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/ContainsAttributeTest.php (renamed from tests/unit/ContainsAttributeTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/DatabaseTestCase.php (renamed from tests/unit/DatabaseTestCase.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/Lib/PermissionDescriptionTest.php (renamed from tests/unit/Lib/PermissionDescriptionTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/Photo/PhotoGdTest.php (renamed from tests/unit/Photo/PhotoGdTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/UnitTestCase.php (renamed from tests/unit/UnitTestCase.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/UploadTest.php (renamed from tests/unit/UploadTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/Web/HttpSigTest.php (renamed from tests/unit/Web/HttpSigTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/expand_acl_test.php (renamed from tests/unit/expand_acl_test.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/get_tags_test.php (renamed from tests/unit/get_tags_test.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/includes/FeedutilsTest.php (renamed from tests/unit/includes/FeedutilsTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/includes/LanguageTest.php (renamed from tests/unit/includes/LanguageTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/includes/MarkdownTest.php (renamed from tests/unit/includes/MarkdownTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/includes/PhotodriverTest.php (renamed from tests/unit/includes/PhotodriverTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/includes/TextTest.php (renamed from tests/unit/includes/TextTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/includes/dba/DBATest.php (renamed from tests/unit/includes/dba/DBATest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/includes/dba/_files/account.yml (renamed from tests/unit/includes/dba/_files/account.yml) | 0 | ||||
-rw-r--r-- | Tests/Unit/includes/dba/dba_pdoTest.php (renamed from tests/unit/includes/dba/dba_pdoTest.php) | 0 | ||||
-rw-r--r-- | Tests/Unit/template_test.php (renamed from tests/unit/template_test.php) | 0 | ||||
-rw-r--r-- | Tests/acceptance/behat.yml (renamed from tests/acceptance/behat.yml) | 0 | ||||
-rw-r--r-- | Tests/acceptance/features/bootstrap/AdminContext.php (renamed from tests/acceptance/features/bootstrap/AdminContext.php) | 0 | ||||
-rw-r--r-- | Tests/acceptance/features/bootstrap/ApiContext.php (renamed from tests/acceptance/features/bootstrap/ApiContext.php) | 0 | ||||
-rw-r--r-- | Tests/acceptance/features/bootstrap/FeatureContext.php (renamed from tests/acceptance/features/bootstrap/FeatureContext.php) | 0 | ||||
-rw-r--r-- | Tests/acceptance/features/login_local.feature (renamed from tests/acceptance/features/login_local.feature) | 0 | ||||
-rw-r--r-- | Tests/infection.json.dist (renamed from tests/infection.json.dist) | 0 | ||||
-rw-r--r-- | Tests/phpunit-pgsql.xml (renamed from tests/phpunit-pgsql.xml) | 0 | ||||
-rw-r--r-- | Tests/phpunit.xml (renamed from tests/phpunit.xml) | 0 | ||||
-rw-r--r-- | Tests/phpunit.xml.dist (renamed from tests/phpunit.xml.dist) | 0 | ||||
-rwxr-xr-x | Tests/travis/gen_apidocs.sh (renamed from tests/travis/gen_apidocs.sh) | 0 | ||||
-rwxr-xr-x | Tests/travis/prepare.sh (renamed from tests/travis/prepare.sh) | 0 | ||||
-rwxr-xr-x | Tests/travis/prepare_mysql.sh (renamed from tests/travis/prepare_mysql.sh) | 0 | ||||
-rwxr-xr-x | Tests/travis/prepare_pgsql.sh (renamed from tests/travis/prepare_pgsql.sh) | 0 | ||||
-rw-r--r-- | Zotlabs/Module/OAuth2TestVehicle.php (renamed from Zotlabs/Module/Oauth2testvehicle.php) | 0 |
39 files changed, 0 insertions, 0 deletions
diff --git a/tests/README.md b/Tests/README.md index 395333159..395333159 100644 --- a/tests/README.md +++ b/Tests/README.md diff --git a/tests/unit/Access/AccessListTest.php b/Tests/Unit/Access/AccessListTest.php index dbc19fabb..dbc19fabb 100644 --- a/tests/unit/Access/AccessListTest.php +++ b/Tests/Unit/Access/AccessListTest.php diff --git a/tests/unit/Access/PermissionLimitsTest.php b/Tests/Unit/Access/PermissionLimitsTest.php index 57ad42a19..57ad42a19 100644 --- a/tests/unit/Access/PermissionLimitsTest.php +++ b/Tests/Unit/Access/PermissionLimitsTest.php diff --git a/tests/unit/Access/PermissionRolesTest.php b/Tests/Unit/Access/PermissionRolesTest.php index 58fd88bb1..58fd88bb1 100644 --- a/tests/unit/Access/PermissionRolesTest.php +++ b/Tests/Unit/Access/PermissionRolesTest.php diff --git a/tests/unit/Access/PermissionsTest.php b/Tests/Unit/Access/PermissionsTest.php index 40724fff8..40724fff8 100644 --- a/tests/unit/Access/PermissionsTest.php +++ b/Tests/Unit/Access/PermissionsTest.php diff --git a/tests/unit/AntiXSSTest.php b/Tests/Unit/AntiXSSTest.php index b45042a1e..b45042a1e 100644 --- a/tests/unit/AntiXSSTest.php +++ b/Tests/Unit/AntiXSSTest.php diff --git a/tests/unit/AutonameTest.php b/Tests/Unit/AutonameTest.php index 566fe6149..566fe6149 100644 --- a/tests/unit/AutonameTest.php +++ b/Tests/Unit/AutonameTest.php diff --git a/tests/unit/ContainsAttributeTest.php b/Tests/Unit/ContainsAttributeTest.php index 0930d9837..0930d9837 100644 --- a/tests/unit/ContainsAttributeTest.php +++ b/Tests/Unit/ContainsAttributeTest.php diff --git a/tests/unit/DatabaseTestCase.php b/Tests/Unit/DatabaseTestCase.php index 18c1cfb17..18c1cfb17 100644 --- a/tests/unit/DatabaseTestCase.php +++ b/Tests/Unit/DatabaseTestCase.php diff --git a/tests/unit/Lib/PermissionDescriptionTest.php b/Tests/Unit/Lib/PermissionDescriptionTest.php index 96c381d0c..96c381d0c 100644 --- a/tests/unit/Lib/PermissionDescriptionTest.php +++ b/Tests/Unit/Lib/PermissionDescriptionTest.php diff --git a/tests/unit/Photo/PhotoGdTest.php b/Tests/Unit/Photo/PhotoGdTest.php index ae7382c43..ae7382c43 100644 --- a/tests/unit/Photo/PhotoGdTest.php +++ b/Tests/Unit/Photo/PhotoGdTest.php diff --git a/tests/unit/UnitTestCase.php b/Tests/Unit/UnitTestCase.php index 7d706d5be..7d706d5be 100644 --- a/tests/unit/UnitTestCase.php +++ b/Tests/Unit/UnitTestCase.php diff --git a/tests/unit/UploadTest.php b/Tests/Unit/UploadTest.php index ab9d0e50a..ab9d0e50a 100644 --- a/tests/unit/UploadTest.php +++ b/Tests/Unit/UploadTest.php diff --git a/tests/unit/Web/HttpSigTest.php b/Tests/Unit/Web/HttpSigTest.php index db0f9700f..db0f9700f 100644 --- a/tests/unit/Web/HttpSigTest.php +++ b/Tests/Unit/Web/HttpSigTest.php diff --git a/tests/unit/expand_acl_test.php b/Tests/Unit/expand_acl_test.php index 154bc921d..154bc921d 100644 --- a/tests/unit/expand_acl_test.php +++ b/Tests/Unit/expand_acl_test.php diff --git a/tests/unit/get_tags_test.php b/Tests/Unit/get_tags_test.php index bdffd8311..bdffd8311 100644 --- a/tests/unit/get_tags_test.php +++ b/Tests/Unit/get_tags_test.php diff --git a/tests/unit/includes/FeedutilsTest.php b/Tests/Unit/includes/FeedutilsTest.php index e9826a73d..e9826a73d 100644 --- a/tests/unit/includes/FeedutilsTest.php +++ b/Tests/Unit/includes/FeedutilsTest.php diff --git a/tests/unit/includes/LanguageTest.php b/Tests/Unit/includes/LanguageTest.php index 0ca9eacd0..0ca9eacd0 100644 --- a/tests/unit/includes/LanguageTest.php +++ b/Tests/Unit/includes/LanguageTest.php diff --git a/tests/unit/includes/MarkdownTest.php b/Tests/Unit/includes/MarkdownTest.php index 2a92a58d2..2a92a58d2 100644 --- a/tests/unit/includes/MarkdownTest.php +++ b/Tests/Unit/includes/MarkdownTest.php diff --git a/tests/unit/includes/PhotodriverTest.php b/Tests/Unit/includes/PhotodriverTest.php index 6f6ad0ffe..6f6ad0ffe 100644 --- a/tests/unit/includes/PhotodriverTest.php +++ b/Tests/Unit/includes/PhotodriverTest.php diff --git a/tests/unit/includes/TextTest.php b/Tests/Unit/includes/TextTest.php index 97fa64895..97fa64895 100644 --- a/tests/unit/includes/TextTest.php +++ b/Tests/Unit/includes/TextTest.php diff --git a/tests/unit/includes/dba/DBATest.php b/Tests/Unit/includes/dba/DBATest.php index 900d13083..900d13083 100644 --- a/tests/unit/includes/dba/DBATest.php +++ b/Tests/Unit/includes/dba/DBATest.php diff --git a/tests/unit/includes/dba/_files/account.yml b/Tests/Unit/includes/dba/_files/account.yml index 344bdb799..344bdb799 100644 --- a/tests/unit/includes/dba/_files/account.yml +++ b/Tests/Unit/includes/dba/_files/account.yml diff --git a/tests/unit/includes/dba/dba_pdoTest.php b/Tests/Unit/includes/dba/dba_pdoTest.php index 689f5a7ce..689f5a7ce 100644 --- a/tests/unit/includes/dba/dba_pdoTest.php +++ b/Tests/Unit/includes/dba/dba_pdoTest.php diff --git a/tests/unit/template_test.php b/Tests/Unit/template_test.php index dfaecb4a1..dfaecb4a1 100644 --- a/tests/unit/template_test.php +++ b/Tests/Unit/template_test.php diff --git a/tests/acceptance/behat.yml b/Tests/acceptance/behat.yml index 933571e5e..933571e5e 100644 --- a/tests/acceptance/behat.yml +++ b/Tests/acceptance/behat.yml diff --git a/tests/acceptance/features/bootstrap/AdminContext.php b/Tests/acceptance/features/bootstrap/AdminContext.php index aa4dced67..aa4dced67 100644 --- a/tests/acceptance/features/bootstrap/AdminContext.php +++ b/Tests/acceptance/features/bootstrap/AdminContext.php diff --git a/tests/acceptance/features/bootstrap/ApiContext.php b/Tests/acceptance/features/bootstrap/ApiContext.php index 9b772b209..9b772b209 100644 --- a/tests/acceptance/features/bootstrap/ApiContext.php +++ b/Tests/acceptance/features/bootstrap/ApiContext.php diff --git a/tests/acceptance/features/bootstrap/FeatureContext.php b/Tests/acceptance/features/bootstrap/FeatureContext.php index 2ec02da85..2ec02da85 100644 --- a/tests/acceptance/features/bootstrap/FeatureContext.php +++ b/Tests/acceptance/features/bootstrap/FeatureContext.php diff --git a/tests/acceptance/features/login_local.feature b/Tests/acceptance/features/login_local.feature index a7814b8f6..a7814b8f6 100644 --- a/tests/acceptance/features/login_local.feature +++ b/Tests/acceptance/features/login_local.feature diff --git a/tests/infection.json.dist b/Tests/infection.json.dist index 36b251982..36b251982 100644 --- a/tests/infection.json.dist +++ b/Tests/infection.json.dist diff --git a/tests/phpunit-pgsql.xml b/Tests/phpunit-pgsql.xml index 8b11aae31..8b11aae31 100644 --- a/tests/phpunit-pgsql.xml +++ b/Tests/phpunit-pgsql.xml diff --git a/tests/phpunit.xml b/Tests/phpunit.xml index 0a5bc2b35..0a5bc2b35 100644 --- a/tests/phpunit.xml +++ b/Tests/phpunit.xml diff --git a/tests/phpunit.xml.dist b/Tests/phpunit.xml.dist index 97c84fb81..97c84fb81 100644 --- a/tests/phpunit.xml.dist +++ b/Tests/phpunit.xml.dist diff --git a/tests/travis/gen_apidocs.sh b/Tests/travis/gen_apidocs.sh index e5938e1e8..e5938e1e8 100755 --- a/tests/travis/gen_apidocs.sh +++ b/Tests/travis/gen_apidocs.sh diff --git a/tests/travis/prepare.sh b/Tests/travis/prepare.sh index 267b4ec46..267b4ec46 100755 --- a/tests/travis/prepare.sh +++ b/Tests/travis/prepare.sh diff --git a/tests/travis/prepare_mysql.sh b/Tests/travis/prepare_mysql.sh index 5b1c96d78..5b1c96d78 100755 --- a/tests/travis/prepare_mysql.sh +++ b/Tests/travis/prepare_mysql.sh diff --git a/tests/travis/prepare_pgsql.sh b/Tests/travis/prepare_pgsql.sh index c6b12e4d6..c6b12e4d6 100755 --- a/tests/travis/prepare_pgsql.sh +++ b/Tests/travis/prepare_pgsql.sh diff --git a/Zotlabs/Module/Oauth2testvehicle.php b/Zotlabs/Module/OAuth2TestVehicle.php index 5ae278e8c..5ae278e8c 100644 --- a/Zotlabs/Module/Oauth2testvehicle.php +++ b/Zotlabs/Module/OAuth2TestVehicle.php |