Skip to content

Commit

Permalink
updated tests to use namespaced version of phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Mar 17, 2018
1 parent 3dc5c52 commit a374331
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/RecursiveIteratorCountingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Weirdan\FlysystemFinder\Tests;

use Countable;
use PHPUnit_Framework_TestCase as PHPUnit;
use PHPUnit\Framework\TestCase as PHPUnit;
use League\Flysystem\Adapter;
use League\Flysystem\Filesystem;
use org\bovigo\vfs\vfsStream;
Expand Down
2 changes: 1 addition & 1 deletion tests/RecursiveIteratorFilteringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use Iterator;
use RecursiveIteratorIterator;
use PHPUnit_Framework_TestCase as PHPUnit;
use PHPUnit\Framework\TestCase as PHPUnit;
use League\Flysystem\Adapter;
use League\Flysystem\Filesystem;
use org\bovigo\vfs\vfsStream;
Expand Down
2 changes: 1 addition & 1 deletion tests/RecursiveIteratorIterationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Weirdan\FlysystemFinder\Tests;

use RecursiveIteratorIterator;
use PHPUnit_Framework_TestCase as PHPUnit;
use PHPUnit\Framework\TestCase as PHPUnit;
use League\Flysystem\Adapter;
use League\Flysystem\Filesystem;
use org\bovigo\vfs\vfsStream;
Expand Down
2 changes: 1 addition & 1 deletion tests/RecursiveIteratorSortingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Weirdan\FlysystemFinder\Tests;

use RecursiveIteratorIterator;
use PHPUnit_Framework_TestCase as PHPUnit;
use PHPUnit\Framework\TestCase as PHPUnit;
use League\Flysystem\Adapter;
use League\Flysystem\Filesystem;
use org\bovigo\vfs\vfsStream;
Expand Down

0 comments on commit a374331

Please sign in to comment.