mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01:00
tests: namespace helpers
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
use function Tests\mock;
|
||||
|
||||
interface Foo
|
||||
{
|
||||
public function bar(): int;
|
||||
|
||||
Reference in New Issue
Block a user