multiTenancyTests (#1313)

* multiTenancyTests

* fix linter issues

* fix after review
This commit is contained in:
Viktor Scharf
2025-08-08 10:16:57 +02:00
committed by GitHub
parent b1968591b1
commit 62a7f79f51
10 changed files with 334 additions and 12 deletions
@@ -89,6 +89,13 @@ class OcHelper {
return (\getenv("TEST_REVA") === "true");
}
/**
* @return bool
*/
public static function isUsingPreparedLdapUsers(): bool {
return (\getenv("USE_PREPARED_LDAP_USERS") === "true");
}
/**
* @return bool|string false if no command given or the command as string
*/