mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 09:30:02 +02:00
8 lines
104 B
PHP
8 lines
104 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Tests\CustomTestCase;
|
|
|
|
class ChildTest extends ParentTest {}
|