mirror of
https://github.com/pestphp/pest.git
synced 2026-03-13 11:17:22 +01:00
Release 3.8.6
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class MyCustomClassTest extends PHPUnit\Framework\TestCase
|
||||
class MyCustomClassTest extends TestCase
|
||||
{
|
||||
public function assertTrueIsTrue()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user