diff --git a/app/tests/Infrastructure/User/BasicAuthorizationTest.php b/app/tests/Infrastructure/User/BasicAuthorizationTest.php new file mode 100644 index 0000000..9038fe7 --- /dev/null +++ b/app/tests/Infrastructure/User/BasicAuthorizationTest.php @@ -0,0 +1,16 @@ +hash("hello"); + $this->assertTrue($basicAuth->verify("hello", $hashedPassword)); + } +}