Skip to content
Snippets Groups Projects
Unverified Commit 54bcd86d authored by Morris Jobke's avatar Morris Jobke
Browse files

Adjust deprecation tests


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 605d0874
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ class DeprecationCheck extends AbstractCheck {
return [
'OC_JSON' => '8.2.0',
'OCP\API' => '9.1.0',
'OCP\Contacts' => '8.1.0',
'OCP\DB' => '8.1.0',
'OCP\JSON' => '8.1.0',
......@@ -55,6 +56,15 @@ class DeprecationCheck extends AbstractCheck {
*/
protected function getLocalConstants() {
return [
'OCP\API::GUEST_AUTH' => '9.1.0',
'OCP\API::USER_AUTH' => '9.1.0',
'OCP\API::SUBADMIN_AUTH' => '9.1.0',
'OCP\API::ADMIN_AUTH' => '9.1.0',
'OCP\API::RESPOND_UNAUTHORISED' => '9.1.0',
'OCP\API::RESPOND_SERVER_ERROR' => '9.1.0',
'OCP\API::RESPOND_NOT_FOUND' => '9.1.0',
'OCP\API::RESPOND_UNKNOWN_ERROR' => '9.1.0',
'OC_API::GUEST_AUTH' => '8.2.0',
'OC_API::USER_AUTH' => '8.2.0',
'OC_API::SUBADMIN_AUTH' => '8.2.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment