Skip to content

Commit 4693ef9

Browse files
committed
winp
1 parent 16ad664 commit 4693ef9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/Unit/AuthenticationTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,4 @@ public function testFallbackToEnvironmentVariables(): void
5555
putenv('NEO4J_PASSWORD');
5656
}
5757

58-
public function testInvalidArguments(): void
59-
{
60-
// Expect an exception when both username and password are null
61-
$this->expectException(InvalidArgumentException::class);
62-
$this->expectExceptionMessage('Both username and password cannot be null.');
63-
64-
// Attempt to create an Authentication instance without credentials
65-
Authentication::request(null, null, null);
66-
}
6758
}

0 commit comments

Comments
 (0)