mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 10:00:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<?php
|
||||
|
||||
beforeEach(function () {
|
||||
beforeEach(function (): void {
|
||||
$this->description = $this->__description;
|
||||
$this->latestDescription = self::$__latestDescription;
|
||||
});
|
||||
|
||||
test('description', function () {
|
||||
test('description', function (): void {
|
||||
expect($this->description)->toBe('description');
|
||||
});
|
||||
|
||||
test('latest description', function () {
|
||||
test('latest description', function (): void {
|
||||
expect($this->latestDescription)->toBe('latest description');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user