mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 01:50:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Pest\Support\Str;
|
||||
|
||||
it('evaluates the code', function ($evaluatable, $expected) {
|
||||
it('evaluates the code', function (string $evaluatable, $expected): void {
|
||||
$code = Str::evaluable($evaluatable);
|
||||
|
||||
expect($code)->toBe($expected);
|
||||
|
||||
Reference in New Issue
Block a user