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