mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
Updated to PHPUnit 6
This commit is contained in:
parent
5b7ea399c0
commit
93ce9cb93a
129 changed files with 348 additions and 141 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue