mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 16:14:11 +01:00
chore(tests): Remove deprecations
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -26,6 +26,7 @@ namespace SPT\Http;
|
||||
|
||||
use Klein\DataCollection\DataCollection;
|
||||
use Klein\DataCollection\HeaderDataCollection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\MockObject\Exception;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
use RuntimeException;
|
||||
@@ -41,8 +42,8 @@ use function PHPUnit\Framework\exactly;
|
||||
/**
|
||||
* Class RequestTest
|
||||
*
|
||||
* @group unitary
|
||||
*/
|
||||
#[Group('unitary')]
|
||||
class RequestTest extends UnitaryTestCase
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user