mirror of
https://github.com/shlinkio/shlink.git
synced 2025-05-08 08:15:16 +03:00
Updated to phpunit 6
This commit is contained in:
parent
2e10ee66b7
commit
0e2a289f9f
54 changed files with 58 additions and 59 deletions
module/CLI/test/Command/Shortcode
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
namespace ShlinkioTest\Shlink\CLI\Command\Shortcode;
|
||||
|
||||
use PHPUnit_Framework_TestCase as TestCase;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Prophecy\Argument;
|
||||
use Prophecy\Prophecy\ObjectProphecy;
|
||||
use Shlinkio\Shlink\CLI\Command\Shortcode\GenerateShortcodeCommand;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue