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,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
test('output', function () {
|
||||
declare(strict_types=1);
|
||||
|
||||
test('output', function (): void {
|
||||
echo 'this is unexpected output';
|
||||
|
||||
expect(true)->toBeTrue();
|
||||
|
||||
Reference in New Issue
Block a user