replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -11,12 +11,11 @@ namespace App\Tests;
|
||||
|
||||
use App\ConsoleApplication;
|
||||
use App\Constants;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\HttpKernel\KernelInterface;
|
||||
|
||||
/**
|
||||
* @covers \App\ConsoleApplication
|
||||
*/
|
||||
#[CoversClass(ConsoleApplication::class)]
|
||||
class ConsoleApplicationTest extends TestCase
|
||||
{
|
||||
public function testVersion(): void
|
||||
|
||||
Reference in New Issue
Block a user