]> source.dussan.org Git - nextcloud-server.git/commit
Move tests/ to PSR-4
authorJoas Schilling <nickvergessen@owncloud.com>
Thu, 12 May 2016 15:14:59 +0000 (17:14 +0200)
committerJoas Schilling <nickvergessen@owncloud.com>
Wed, 25 May 2016 14:06:09 +0000 (16:06 +0200)
commit3ef8c95b3790e6e9be94f772b65e4aa19c042d50
treea8ddb49ba1928af17238dfea3785caf9de61b97e
parentb6163183276470039f3a2a2094d1a6224c272f28
Move tests/ to PSR-4
61 files changed:
apps/user_ldap/tests/AccessTest.php [new file with mode: 0644]
apps/user_ldap/tests/ConfigurationTest.php [new file with mode: 0644]
apps/user_ldap/tests/ConnectionTest.php [new file with mode: 0644]
apps/user_ldap/tests/GroupLDAPTest.php [deleted file]
apps/user_ldap/tests/Group_LDAPTest.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/AbstractIntegrationTest.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/FakeManager.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/IntegrationTestAccessGroupsMatchFilter.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/IntegrationTestBatchApplyUserAttributes.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/data/avatar-invalid.gif [new file with mode: 0644]
apps/user_ldap/tests/Integration/data/avatar-valid.jpg [new file with mode: 0644]
apps/user_ldap/tests/Integration/readme.md [new file with mode: 0644]
apps/user_ldap/tests/Integration/run-test.sh [new file with mode: 0755]
apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroupsDifferentOU.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php [new file with mode: 0644]
apps/user_ldap/tests/Integration/setup-scripts/createUsersWithoutDisplayName.php [new file with mode: 0644]
apps/user_ldap/tests/Jobs/CleanUpTest.php [new file with mode: 0644]
apps/user_ldap/tests/Mapping/AbstractMappingTest.php [new file with mode: 0644]
apps/user_ldap/tests/Mapping/GroupMappingTest.php [new file with mode: 0644]
apps/user_ldap/tests/Mapping/UserMappingTest.php [new file with mode: 0644]
apps/user_ldap/tests/User/ManagerTest.php
apps/user_ldap/tests/User/UserTest.php
apps/user_ldap/tests/WizardTest.php
apps/user_ldap/tests/access.php [deleted file]
apps/user_ldap/tests/configuration.php [deleted file]
apps/user_ldap/tests/connection.php [deleted file]
apps/user_ldap/tests/integration/abstractintegrationtest.php [deleted file]
apps/user_ldap/tests/integration/data/avatar-invalid.gif [deleted file]
apps/user_ldap/tests/integration/data/avatar-valid.jpg [deleted file]
apps/user_ldap/tests/integration/exceptionOnLostConnection.php [deleted file]
apps/user_ldap/tests/integration/fakemanager.php [deleted file]
apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php [deleted file]
apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php [deleted file]
apps/user_ldap/tests/integration/lib/integrationtestbatchapplyuserattributes.php [deleted file]
apps/user_ldap/tests/integration/lib/integrationtestconnect.php [deleted file]
apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php [deleted file]
apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php [deleted file]
apps/user_ldap/tests/integration/lib/integrationtestpaging.php [deleted file]
apps/user_ldap/tests/integration/lib/integrationtestuserhome.php [deleted file]
apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php [deleted file]
apps/user_ldap/tests/integration/lib/user/IntegrationTestUserDisplayName.php [deleted file]
apps/user_ldap/tests/integration/readme.md [deleted file]
apps/user_ldap/tests/integration/run-test.sh [deleted file]
apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php [deleted file]
apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php [deleted file]
apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php [deleted file]
apps/user_ldap/tests/integration/setup-scripts/createUsersWithoutDisplayName.php [deleted file]
apps/user_ldap/tests/jobs/cleanup.php [deleted file]
apps/user_ldap/tests/mapping/abstractmappingtest.php [deleted file]
apps/user_ldap/tests/mapping/groupmapping.php [deleted file]
apps/user_ldap/tests/mapping/usermapping.php [deleted file]