mirror of
https://github.com/pestphp/pest.git
synced 2026-04-24 07:57:29 +02:00
feat: adds support for global helpers
This commit is contained in:
@ -16,6 +16,13 @@ use Pest\Repositories\TestRepository;
|
||||
*/
|
||||
final class TestSuite
|
||||
{
|
||||
/**
|
||||
* Holds the current test case.
|
||||
*
|
||||
* @var \PHPUnit\Framework\TestCase|null
|
||||
*/
|
||||
public $test;
|
||||
|
||||
/**
|
||||
* Holds the tests repository.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user