mirror of
https://github.com/pestphp/pest.git
synced 2026-07-25 02:50:04 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
function myDirectoryAssertTrue($value)
|
||||
function myDirectoryAssertTrue($value): void
|
||||
{
|
||||
test()->assertTrue($value);
|
||||
}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
it('executes tests in the Helpers directory', function () {
|
||||
declare(strict_types=1);
|
||||
|
||||
it('executes tests in the Helpers directory', function (): void {
|
||||
expect(true)->toBeTrue();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user