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
+1 -1
View File
@@ -450,7 +450,7 @@ class SpacesContext implements Context {
* @throws Exception|GuzzleException
*/
public function cleanDataAfterTests(): void {
if (OcHelper::isTestingOnReva()) {
if (OcHelper::isTestingOnReva() || OcHelper::isUsingPreparedLdapUsers()) {
return;
}
$this->deleteAllProjectSpaces();