chore: style changes

This commit is contained in:
Nuno Maduro
2023-08-16 09:46:31 +01:00
parent 03648f580c
commit b1dd18af8a
18 changed files with 62 additions and 42 deletions

View File

@ -4,9 +4,10 @@ declare(strict_types=1);
namespace Tests\CustomTestCase;
use function PHPUnit\Framework\assertTrue;
use PHPUnit\Framework\TestCase;
use function PHPUnit\Framework\assertTrue;
class ExecutedTest extends TestCase
{
public static $executed = false;