update: more tests + sail docker-compose

This commit is contained in:
HDVinnie
2023-08-14 12:20:57 -04:00
parent 836fd2777c
commit 0854104639
78 changed files with 1015 additions and 9408 deletions
@@ -20,7 +20,7 @@ beforeEach(function (): void {
test('authorize', function (): void {
$actual = $this->subject->authorize();
$this->assertTrue($actual);
expect($actual)->toBeTrue();
});
test('rules', function (): void {