mirror of
https://github.com/pestphp/pest.git
synced 2026-07-24 02:20:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
beforeEach()->todo();
|
||||
|
||||
test('is marked as todo 1', function () {
|
||||
test('is marked as todo 1', function (): void {
|
||||
$this->fail('This test should not run');
|
||||
});
|
||||
|
||||
test('is marked as todo 2', function () {
|
||||
test('is marked as todo 2', function (): void {
|
||||
$this->fail('This test should not run');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user