mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
Updated to PHPUnit 6
This commit is contained in:
parent
5b7ea399c0
commit
93ce9cb93a
129 changed files with 348 additions and 141 deletions
|
|
@ -12,9 +12,10 @@
|
|||
namespace Respect\Validation\Exceptions;
|
||||
|
||||
use DirectoryIterator;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use ReflectionClass;
|
||||
|
||||
class CheckExceptionsTest extends \PHPUnit_Framework_TestCase
|
||||
class CheckExceptionsTest extends TestCase
|
||||
{
|
||||
protected $deprecateds = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue