mirror of
https://github.com/pestphp/pest.git
synced 2026-03-13 03:07:22 +01:00
Add method comment.
This commit is contained in:
@ -160,6 +160,9 @@ final class TestCall
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Informs the test runner that no expectations happen in this test.
|
||||||
|
*/
|
||||||
public function hasNoExpectations(): TestCall
|
public function hasNoExpectations(): TestCall
|
||||||
{
|
{
|
||||||
$this->testCaseMethod->proxies->add(Backtrace::file(), Backtrace::line(), 'expectNotToPerformAssertions', []);
|
$this->testCaseMethod->proxies->add(Backtrace::file(), Backtrace::line(), 'expectNotToPerformAssertions', []);
|
||||||
|
|||||||
Reference in New Issue
Block a user