mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
more fixes
This commit is contained in:
@ -215,8 +215,10 @@ if (! function_exists('afterAll')) {
|
||||
if (! function_exists('covers')) {
|
||||
/**
|
||||
* Specifies which classes, or functions, a test method covers.
|
||||
*
|
||||
* @param array<int, string>|string $classesOrFunctions
|
||||
*/
|
||||
function covers(string ...$classesOrFunctions): void
|
||||
function covers(array|string ...$classesOrFunctions): void
|
||||
{
|
||||
$filename = Backtrace::file();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user