Removed last reference to prophecytrait in CLI module

This commit is contained in:
Alejandro Celaya 2022-10-22 14:41:22 +02:00
parent 32417e40cb
commit 52366b9dd4

View File

@ -6,7 +6,6 @@ namespace ShlinkioTest\Shlink\CLI;
use PHPUnit\Framework\Assert;
use PHPUnit\Framework\MockObject\MockObject;
use Prophecy\PhpUnit\ProphecyTrait;
use Symfony\Component\Console\Application;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputDefinition;
@ -14,8 +13,6 @@ use Symfony\Component\Console\Tester\CommandTester;
trait CliTestUtilsTrait
{
use ProphecyTrait; // TODO Remove
/**
* @return MockObject & Command
*/