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