mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01:00
fix tests
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pest\Exceptions;
|
||||
|
||||
use InvalidArgumentException;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class ExpectationNotFoundException extends InvalidArgumentException
|
||||
{
|
||||
public function __construct(string $expectationName)
|
||||
{
|
||||
parent::__construct(sprintf('Impossible to find [%s] expectation', $expectationName));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user