chore: fixes test suite

This commit is contained in:
Nuno Maduro
2024-04-01 13:15:33 +01:00
parent 831d9bf49a
commit c6984323c3
4 changed files with 22 additions and 24 deletions

View File

@ -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, [