summaryrefslogtreecommitdiff
path: root/tests/Utils/TestCallable.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/TestCallable.php')
-rw-r--r--tests/Utils/TestCallable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/TestCallable.php b/tests/Utils/TestCallable.php
index 526ddf4..67b3d6c 100644
--- a/tests/Utils/TestCallable.php
+++ b/tests/Utils/TestCallable.php
@@ -51,7 +51,7 @@ class TestCallable
return $this->calls[$this->getCallCount() - 1] ?? null;
}
- public function assertIsCalled(): void
+ public function assertCalled(): void
{
Assert::assertGreaterThan(0, $this->getCallCount(), 'Not been called');
}