mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
Removed last reference to prophecytrait in CLI module
This commit is contained in:
parent
32417e40cb
commit
52366b9dd4
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user