mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
tests: namespace helpers
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use Mockery;
|
||||
use Mockery\MockInterface;
|
||||
|
||||
function mock(string $class): MockInterface
|
||||
|
||||
Reference in New Issue
Block a user