mirror of
https://github.com/pestphp/pest.git
synced 2026-07-24 18:40:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<?php
|
||||
|
||||
test('error', function () {
|
||||
declare(strict_types=1);
|
||||
|
||||
test('error', function (): void {
|
||||
throw new Exception('error');
|
||||
})->skip(! isset($_SERVER['COLLISION_TEST']));
|
||||
|
||||
test('success', function () {
|
||||
test('success', function (): void {
|
||||
expect(true)->toBeTrue();
|
||||
})->skip(! isset($_SERVER['COLLISION_TEST']));
|
||||
|
||||
Reference in New Issue
Block a user