mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01: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