Fixed namespace in some tests

This commit is contained in:
Alejandro Celaya 2016-08-15 11:01:55 +02:00
parent d5516c7269
commit 5bbc7de4af
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<?php <?php
namespace ShlinkioTest\Shlink\CLI\Command; namespace ShlinkioTest\Shlink\CLI\Command\Shortcode;
use PHPUnit_Framework_TestCase as TestCase; use PHPUnit_Framework_TestCase as TestCase;
use Prophecy\Argument; use Prophecy\Argument;

View file

@ -1,5 +1,5 @@
<?php <?php
namespace ShlinkioTest\Shlink\CLI\Command; namespace ShlinkioTest\Shlink\CLI\Command\Shortcode;
use PHPUnit_Framework_TestCase as TestCase; use PHPUnit_Framework_TestCase as TestCase;
use Prophecy\Argument; use Prophecy\Argument;

View file

@ -1,5 +1,5 @@
<?php <?php
namespace ShlinkioTest\Shlink\CLI\Command; namespace ShlinkioTest\Shlink\CLI\Command\Shortcode;
use PHPUnit_Framework_TestCase as TestCase; use PHPUnit_Framework_TestCase as TestCase;
use Prophecy\Argument; use Prophecy\Argument;

View file

@ -1,5 +1,5 @@
<?php <?php
namespace ShlinkioTest\Shlink\CLI\Command; namespace ShlinkioTest\Shlink\CLI\Command\Shortcode;
use PHPUnit_Framework_TestCase as TestCase; use PHPUnit_Framework_TestCase as TestCase;
use Prophecy\Prophecy\ObjectProphecy; use Prophecy\Prophecy\ObjectProphecy;

View file

@ -1,5 +1,5 @@
<?php <?php
namespace ShlinkioTest\Shlink\CLI\Command; namespace ShlinkioTest\Shlink\CLI\Command\Visit;
use PHPUnit_Framework_TestCase as TestCase; use PHPUnit_Framework_TestCase as TestCase;
use Prophecy\Argument; use Prophecy\Argument;