File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 26
26
"psr/log" : " 1.0.0"
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " 3.7.* " ,
29
+ "phpunit/phpunit" : " ^6.1 " ,
30
30
"squizlabs/php_codesniffer" : " ^2.6"
31
31
},
32
32
"autoload" : {
Original file line number Diff line number Diff line change 2
2
namespace phpList \test ;
3
3
4
4
use phpList \EmailUtil ;
5
+ use PHPUnit \Framework \TestCase ;
5
6
6
- class EmailUtilTest extends \PHPUnit_Framework_TestCase
7
+ class EmailUtilTest extends TestCase
7
8
{
8
9
public function setUp ()
9
10
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
namespace phpList \test ;
3
3
4
- use phpList \Pass ;
5
-
6
- // Symfony namespaces
4
+ use PHPUnit \Framework \TestCase ;
7
5
use Symfony \Component \Config \FileLocator ;
8
6
use Symfony \Component \DependencyInjection \ContainerBuilder ;
9
7
use Symfony \Component \DependencyInjection \Loader \YamlFileLoader ;
10
8
11
- class PassTest extends \PHPUnit_Framework_TestCase
9
+ class PassTest extends TestCase
12
10
{
13
11
public function setUp ()
14
12
{
You can’t perform that action at this time.
0 commit comments