mirror of
https://github.com/pestphp/pest.git
synced 2026-09-07 23:33:35 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
test('not property calls', function () {
|
||||
test('not property calls', function (): void {
|
||||
expect(true)
|
||||
->toBeTrue()
|
||||
->not()->toBeFalse()
|
||||
|
||||
Reference in New Issue
Block a user