refactor: update test group annotation to use PHP 8 attribute syntax

هذا الالتزام موجود في:
2025-05-31 15:47:40 +03:00
الأصل cc4e74f3f1
التزام 12b88cef45

عرض الملف

@@ -7,12 +7,11 @@ use Carbon\Carbon;
use Illuminate\Contracts\Container\BindingResolutionException;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\File;
use PHPUnit\Framework\Attributes\Group;
use Symfony\Component\DomCrawler\Crawler;
use Tests\TestCase;
/**
* @group real test - requires internet connection and maybe slow
*/
#[Group('real test')]
class CurrencyServiceFeatureTest extends TestCase
{
protected $currencyService;