<?php
declare(strict_types=1);
test('that true is true', function (): void {
expect(true)->toBe(true);
});