Adds expect extend

This commit is contained in:
Nuno Maduro
2020-11-29 16:30:57 +01:00
parent b79ba5098b
commit 03dc11c2f6
6 changed files with 134 additions and 3 deletions

View File

@ -4,6 +4,7 @@ declare(strict_types=1);
namespace Pest;
use Pest\Concerns\Extendable;
use PHPUnit\Framework\Assert;
use PHPUnit\Framework\Constraint\Constraint;
use SebastianBergmann\Exporter\Exporter;
@ -15,6 +16,8 @@ use SebastianBergmann\Exporter\Exporter;
*/
final class Expectation
{
use Extendable;
/**
* The expectation value.
*