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:
+3
-1
@@ -1,11 +1,13 @@
|
||||
<?php
|
||||
|
||||
use Pest\PendingCalls\TestCall;
|
||||
use Pest\Support\HigherOrderTapProxy;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @return TestCase
|
||||
*/
|
||||
function myAssertTrue($value)
|
||||
function myAssertTrue($value): HigherOrderTapProxy|TestCall
|
||||
{
|
||||
test()->assertTrue($value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user