refactor: update test group annotation to use PHP 8 attribute syntax
هذا الالتزام موجود في:
@@ -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;
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم