mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: fixes test suite
This commit is contained in:
@ -5,8 +5,7 @@ declare(strict_types=1);
|
||||
use Pest\Bootstrappers\BootOverrides;
|
||||
|
||||
test('versions', function (string $vendorPath, string $expectedHash) {
|
||||
// expect(hash_file('sha256', $vendorPath))->toBe($expectedHash);
|
||||
expect(true)->toBeTrue();
|
||||
expect(hash_file('sha256', $vendorPath))->toBe($expectedHash);
|
||||
})->with(function () {
|
||||
foreach (BootOverrides::FILES as $hash => $file) {
|
||||
$path = implode(DIRECTORY_SEPARATOR, [
|
||||
|
||||
Reference in New Issue
Block a user