replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -15,11 +15,10 @@ use App\Entity\Customer;
|
||||
use App\Entity\Project;
|
||||
use App\Entity\Timesheet;
|
||||
use App\Utils\Color;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \App\Utils\Color
|
||||
*/
|
||||
#[CoversClass(Color::class)]
|
||||
class ColorTest extends TestCase
|
||||
{
|
||||
public function testGetColorAndGetTimesheetColor(): void
|
||||
|
||||
Reference in New Issue
Block a user