mirror of
https://github.com/pestphp/pest.git
synced 2026-07-24 10:30:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
it('may fail', function () {
|
||||
it('may fail', function (): void {
|
||||
$this->fail();
|
||||
})->fails();
|
||||
|
||||
it('may fail with the given message', function () {
|
||||
it('may fail with the given message', function (): void {
|
||||
$this->fail('this is a failure');
|
||||
})->fails('this is a failure');
|
||||
|
||||
Reference in New Issue
Block a user