rebranding tests

This commit is contained in:
Viktor Scharf
2025-01-16 17:39:02 +01:00
committed by Viktor Scharf
parent 31965a8f9d
commit 9db4693a9e
243 changed files with 1621 additions and 1645 deletions
+5 -5
View File
@@ -200,10 +200,10 @@ class GraphContext implements Context {
public function editUserUsingTheGraphApi(
string $byUser,
string $user,
string $userName = null,
string $password = null,
string $email = null,
string $displayName = null,
?string $userName = null,
?string $password = null,
?string $email = null,
?string $displayName = null,
bool $accountEnabled = true,
string $method="PATCH"
): ResponseInterface {
@@ -2371,7 +2371,7 @@ class GraphContext implements Context {
public function downloadedJsonContentShouldContainEventTypeInItemAndShouldMatch(
string $eventType,
?string $spaceType=null,
PyStringNode $schemaString=null
?PyStringNode $schemaString=null
): void {
$actualResponseToAssert = null;
$events = $this->featureContext->getJsonDecodedResponseBodyContent()->events;