mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Removed last reference to prophecytrait in CLI module
This commit is contained in:
parent
32417e40cb
commit
52366b9dd4
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue