image: nextcloudci/php7.0:php7.0-7
commands:
- ./occ app:check-code admin_audit
- - ./occ app:check-code bruteforcesettings
- ./occ app:check-code comments
- ./occ app:check-code federation
- ./occ app:check-code sharebymail
/apps/files_external/3rdparty/irodsphp/prods/tutorials
/apps/files_external/3rdparty/irodsphp/prods/test*
/apps/files_external/tests/config.*.php
-!/apps/bruteforcesettings
# ignore themes except the example and the README
Then the OCS status code should be "100"
And the HTTP status code should be "200"
And apps returned are
- | bruteforcesettings |
| comments |
| dav |
| federatedfilesharing |
"workflowengine"
],
"alwaysEnabled": [
- "bruteforcesettings",
"files",
"dav",
"federatedfilesharing",
'settings/tests/js/appsSpec.js',
'settings/tests/js/users/deleteHandlerSpec.js'
]
- },
- {
- name: 'bruteforcesettings',
- srcFiles: [
- // need to enforce loading order...
- 'apps/bruteforcesettings/js/IPWhitelistModel.js',
- 'apps/bruteforcesettings/js/IPWhitelistCollection.js',
- 'apps/bruteforcesettings/js/IPWhitelistView.js',
- 'apps/bruteforcesettings/js/IPWhitelist.js',
- ],
- testFiles: [
- 'apps/bruteforcesettings/tests/js/IPWhitelistSpec.js'
- ]
}
];
}
$this->appConfig->setValue('test2', 'enabled', 'no');
$this->appConfig->setValue('test3', 'enabled', '["foo"]');
$apps = [
- 'bruteforcesettings',
'dav',
'federatedfilesharing',
'files',
$this->appConfig->setValue('test3', 'enabled', '["foo"]');
$this->appConfig->setValue('test4', 'enabled', '["asd"]');
$enabled = [
- 'bruteforcesettings',
'dav',
'federatedfilesharing',
'files',
<directory suffix=".php">..</directory>
<exclude>
<directory suffix=".php">../3rdparty</directory>
- <directory suffix=".php">../apps/bruteforcesettings/tests</directory>
<directory suffix=".php">../apps/dav/tests</directory>
<directory suffix=".php">../apps/encryption/tests</directory>
<directory suffix=".php">../apps/federatedfilesharing/tests</directory>