Browse Source
refactor: Cleanup some unit tests
refactor: Cleanup some unit tests
- use declare(strict_types=1) - use strong typing - Remove some weird things in ControllerTest Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>pull/55405/head
38 changed files with 138 additions and 169 deletions
-
2tests/lib/Accounts/AccountManagerTest.php
-
8tests/lib/Accounts/AccountPropertyCollectionTest.php
-
2tests/lib/Accounts/AccountPropertyTest.php
-
2tests/lib/Accounts/AccountTest.php
-
12tests/lib/Accounts/HooksTest.php
-
8tests/lib/Activity/ManagerTest.php
-
18tests/lib/App/AppStore/Bundles/BundleBase.php
-
9tests/lib/App/AppStore/Bundles/BundleFetcherTest.php
-
2tests/lib/App/AppStore/Bundles/EducationBundleTest.php
-
2tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php
-
2tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
-
2tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php
-
4tests/lib/App/AppStore/Fetcher/AppDiscoverFetcherTest.php
-
33tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
-
2tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php
-
33tests/lib/App/AppStore/Fetcher/FetcherBase.php
-
5tests/lib/App/AppStore/Version/VersionParserTest.php
-
2tests/lib/App/AppStore/Version/VersionTest.php
-
3tests/lib/App/CompareVersionTest.php
-
6tests/lib/App/DependencyAnalyzerTest.php
-
5tests/lib/App/InfoParserTest.php
-
8tests/lib/App/PlatformRepositoryTest.php
-
6tests/lib/AppFramework/Bootstrap/BootContextTest.php
-
31tests/lib/AppFramework/Bootstrap/CoordinatorTest.php
-
7tests/lib/AppFramework/Bootstrap/FunctionInjectorTest.php
-
7tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php
-
5tests/lib/AppFramework/Controller/ApiControllerTest.php
-
16tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php
-
23tests/lib/AppFramework/Controller/ControllerTest.php
-
2tests/lib/AppFramework/Controller/OCSControllerTest.php
-
9tests/lib/AppFramework/Controller/PublicShareControllerTest.php
-
2tests/lib/AppFramework/Db/EntityTest.php
-
5tests/lib/AppFramework/Db/QBMapperDBTest.php
-
3tests/lib/AppFramework/Db/TransactionalTest.php
-
2tests/lib/AppFramework/DependencyInjection/DIContainerTest.php
-
7tests/lib/AppFramework/DependencyInjection/DIIntergrationTests.php
-
5tests/lib/AppFramework/Http/ContentSecurityPolicyTest.php
-
7tests/lib/AppFramework/Http/DataResponseTest.php
33
tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue