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,15 +1,15 @@
|
||||
<?php
|
||||
|
||||
beforeEach(function () {
|
||||
beforeEach(function (): void {
|
||||
expect(true)->toBeTrue();
|
||||
})->assignee('nunomaduro');
|
||||
|
||||
it('may be associated with an assignee', function () {
|
||||
it('may be associated with an assignee', function (): void {
|
||||
expect(true)->toBeTrue();
|
||||
})->assignee('taylorotwell');
|
||||
|
||||
describe('nested', function () {
|
||||
it('may be associated with an assignee', function () {
|
||||
describe('nested', function (): void {
|
||||
it('may be associated with an assignee', function (): void {
|
||||
expect(true)->toBeTrue();
|
||||
})->assignee('taylorotwell');
|
||||
})->assignee('nunomaduro')->note('an note between an the assignee')->assignee(['jamesbrooks', 'joedixon']);
|
||||
|
||||
Reference in New Issue
Block a user