Updated to PHPUnit 6

This commit is contained in:
Gabriel Caruso 2017-11-04 08:21:40 -02:00 committed by Henrique Moody
commit 93ce9cb93a
No known key found for this signature in database
GPG key ID: 221E9281655813A6
129 changed files with 348 additions and 141 deletions

View file

@ -14,10 +14,11 @@ namespace Respect\Validation\Exceptions;
use ArrayIterator;
use DateTime;
use Exception;
use PHPUnit\Framework\TestCase;
use SplFileInfo;
use stdClass;
class ValidationExceptionTest extends \PHPUnit_Framework_TestCase
class ValidationExceptionTest extends TestCase
{
public function testItImplementsExceptionInterface()
{