upgrade dependencies (php7)
This commit is contained in:
parent
af0c45c6bc
commit
cd43e2fed9
6 changed files with 14 additions and 7 deletions
|
|
@ -1,9 +1,10 @@
|
|||
<?php
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\Validator\ConstraintViolation;
|
||||
use Deblan\CsvValidator\Violation;
|
||||
|
||||
class ViolationTest extends \PHPUnit_Framework_TestCase
|
||||
class ViolationTest extends TestCase
|
||||
{
|
||||
public function testViolation()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue