1
0
Fork 0
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:
Alejandro Celaya 2017-03-24 20:34:18 +01:00
parent 2e10ee66b7
commit 0e2a289f9f
54 changed files with 58 additions and 59 deletions
module/CLI/test/Command/Shortcode

View file

@ -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;