mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 18:10:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -4,10 +4,4 @@ declare(strict_types=1);
|
||||
|
||||
namespace Tests\CustomTestCase;
|
||||
|
||||
class ChildTest extends ParentTest
|
||||
{
|
||||
private function getEntity(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
class ChildTest extends ParentTest {}
|
||||
|
||||
Reference in New Issue
Block a user