Skip to content

Commit

Permalink
Adjust IsType for PHPUnit5
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Mar 24, 2019
1 parent 8b12abe commit d0f643c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/lib/DB/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Doctrine\DBAL\Platforms\SqlitePlatform;
use OC\DB\MDB2SchemaManager;
use OCP\DB\QueryBuilder\IQueryBuilder;
use PHPUnit\Framework\Constraint\IsType;
use PHPUnit_Framework_Constraint_IsType as IsType;

/**
* Class Connection
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/Files/Storage/LocalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
namespace Test\Files\Storage;

use OC\Files\Storage\Local;
use PHPUnit\Framework\Constraint\IsType;
use PHPUnit_Framework_Constraint_IsType as IsType;

/**
* Class LocalTest
Expand Down

0 comments on commit d0f643c

Please sign in to comment.