Use class-based PHPUnit namespace

This commit is contained in:
peter279k
2018-04-25 18:42:10 +08:00
parent 1f55a65f51
commit 8fab36d995
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"require-dev": {
"moontoast/math": "^1.1",
"ircmaxell/random-lib": "^1.1",
"phpunit/phpunit": "^4.7|^5.0",
"phpunit/phpunit": "^4.7|^5.0|^6.5",
"squizlabs/php_codesniffer": "^2.3",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"mockery/mockery": "^0.9.9",
+2 -1
View File
@@ -3,8 +3,9 @@ namespace Ramsey\Uuid\Test;
use AspectMock\Test as AspectMock;
use Mockery;
use PHPUnit\Framework\TestCase as PhpUnitTestCase;
class TestCase extends \PHPUnit_Framework_TestCase
class TestCase extends PhpUnitTestCase
{
protected function tearDown()
{