mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 17:40:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Fixtures\Inheritance\Base;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
public function test_example()
|
||||
public function test_example(): void
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user