mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
fix: mockery tests being considered as risky
This commit is contained in:
@ -11,5 +11,5 @@ it('has bar', function () {
|
||||
->times(1)
|
||||
->andReturn(2);
|
||||
|
||||
assertEquals(2, $mock->bar());
|
||||
$mock->bar();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user