feat: adds support for global helpers

This commit is contained in:
Nuno Maduro
2020-05-13 22:51:50 +02:00
parent 2d85842777
commit 6fc55becc8
6 changed files with 151 additions and 3 deletions

View File

@ -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.
*