Merge branch 'master' of https://github.com/pestphp/pest into feat-teamcity

 Conflicts:
	phpstan.neon
This commit is contained in:
Oliver Nybroe
2020-08-15 08:30:46 +02:00
28 changed files with 290 additions and 84 deletions

View File

@ -9,6 +9,7 @@ use Pest\Expectation;
use Pest\Support\ExceptionTrace;
use Pest\TestSuite;
use PHPUnit\Util\Test;
use Throwable;
/**
* To avoid inheritance conflicts, all the fields related
@ -148,7 +149,7 @@ trait TestCase
*
* @return mixed
*
* @throws \Throwable
* @throws Throwable
*/
public function __test()
{
@ -158,7 +159,7 @@ trait TestCase
/**
* @return mixed
*
* @throws \Throwable
* @throws Throwable
*/
private function __callClosure(Closure $closure, array $arguments)
{