This commit is contained in:
luke
2021-08-13 10:19:10 +01:00
parent 03d34e9a10
commit c2070cd99d

View File

@ -2,7 +2,6 @@
declare(strict_types=1); declare(strict_types=1);
use Pest\Concerns\Testable;
use Pest\Datasets; use Pest\Datasets;
use Pest\Expectation; use Pest\Expectation;
use Pest\PendingObjects\AfterEachCall; use Pest\PendingObjects\AfterEachCall;
@ -86,7 +85,7 @@ if (!function_exists('test')) {
* is the test description; the second argument is * is the test description; the second argument is
* a closure that contains the test expectations. * a closure that contains the test expectations.
* *
* @return TestCall|TestCase|Testable|mixed * @return TestCall|TestCase|mixed
*/ */
function test(string $description = null, Closure $closure = null) function test(string $description = null, Closure $closure = null)
{ {