Skip to content

Commit

Permalink
[TASK] Update to work with PHPUnit 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pointia committed Jan 31, 2018
1 parent beb02e6 commit 5316ebe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
- PULSESTORM_COMPOSER_REPOSITORY_TO_TEST=https://github.com/CopeX/CopeX_VatFix.git
- PULSESTORM_COMPOSER_PACKAGE_TO_TEST=copex/vatfix
matrix:
- MAGENTO_VERSION=2.1.9
- MAGENTO_VERSION=2.2.0
addons:
hosts:
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Plugin/UidTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

use Magento\Framework\ObjectManager;
use Magento\TestFramework\ErrorLog;

use PHPUnit\Framework\TestCase;

/**
* Class UidTest
*/
class UidTest extends \PHPUnit\Framework\TestCase
class UidTest extends TestCase
{
/**
* test the behaviour of CopeX_VATFix which removes the countrycode from the given uid
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"require-dev" : {
"phpmd/phpmd" : "2.5.*",
"phploc/phploc" : "2.0.*",
"phploc/phploc": "~2.1",
"pdepend/pdepend" : "2.0.*",
"phpunit/phpunit" : "4.4.*",
"phpunit/phpunit": "^6",
"sebastian/phpcpd" : "2.0.*",
"squizlabs/php_codesniffer" : "2.2.*",
"squizlabs/php_codesniffer" : "~2.3.*",
"phpdocumentor/phpdocumentor" : "2.8.*",
"consolidation/robo" : "~1.0"
},
Expand Down

0 comments on commit 5316ebe

Please sign in to comment.