mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Use class-based PHPUnit namespace
This commit is contained in:
+1
-1
@@ -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
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user