mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Merge branch '3.x' into 4.x
This commit is contained in:
@ -35,7 +35,8 @@ final class Laravel extends AbstractPreset
|
|||||||
->ignoring('App\Features\Concerns');
|
->ignoring('App\Features\Concerns');
|
||||||
|
|
||||||
$this->expectations[] = expect('App\Features')
|
$this->expectations[] = expect('App\Features')
|
||||||
->toHaveMethod('resolve');
|
->toHaveMethod('resolve')
|
||||||
|
->ignoring('App\Features\Concerns');
|
||||||
|
|
||||||
$this->expectations[] = expect('App\Exceptions')
|
$this->expectations[] = expect('App\Exceptions')
|
||||||
->classes()
|
->classes()
|
||||||
|
|||||||
@ -20,7 +20,7 @@ final class ShouldNotHappen extends RuntimeException
|
|||||||
$message = $exception->getMessage();
|
$message = $exception->getMessage();
|
||||||
|
|
||||||
parent::__construct(sprintf(<<<'EOF'
|
parent::__construct(sprintf(<<<'EOF'
|
||||||
This should not happen - please create an new issue here: https://github.com/pestphp/pest.
|
This should not happen - please create an new issue here: https://github.com/pestphp/pest/issues
|
||||||
|
|
||||||
Issue: %s
|
Issue: %s
|
||||||
PHP version: %s
|
PHP version: %s
|
||||||
|
|||||||
Reference in New Issue
Block a user