Removed method isTestingOnOc10, and refactored code

This commit is contained in:
Prarup Gurung
2023-03-09 16:02:54 +05:45
parent b445f847e8
commit 152f71ca3b
2 changed files with 26 additions and 59 deletions

View File

@@ -47,13 +47,6 @@ class OcisHelper {
return (\getenv("TEST_REVA") === "true");
}
/**
* @return bool
*/
public static function isTestingOnOc10():bool {
return false;
}
/**
* @return bool
*/