Skip to content

Commit

Permalink
fix: fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peetya committed Sep 18, 2023
1 parent 4bebdae commit 3025d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private function createResource(string $uri, string $label = null): core_kernel_
{
$class = $this->createMock(core_kernel_classes_Resource::class);
$class
->expects($this->once())
->expects($this->exactly(2))
->method('getUri')
->willReturn($uri);
$class
Expand Down

0 comments on commit 3025d53

Please sign in to comment.