Skip to content

Commit

Permalink
fix class abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Sep 21, 2023
1 parent ff53814 commit 64aec26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Message/HeaderAbstractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ public function has(string $key) : bool
{
return true;
}

public function getRequestTime() : int
{
return 0;
}
};
}

Expand Down

0 comments on commit 64aec26

Please sign in to comment.