File tree 5 files changed +4
-5
lines changed
5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
use codemix \yii2confload \Config ;
3
3
4
- class BootstrapTest extends \PHPUnit_Framework_TestCase
4
+ class BootstrapTest extends \PHPUnit \ Framework \TestCase
5
5
{
6
6
public function testCanBootstrapApplication ()
7
7
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
use codemix \yii2confload \Config ;
3
3
4
- class ConsoleConfigTest extends \PHPUnit_Framework_TestCase
4
+ class ConsoleConfigTest extends \PHPUnit \ Framework \TestCase
5
5
{
6
6
public function testCanGetConfig ()
7
7
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
use codemix \yii2confload \Config ;
3
3
4
- class EnvTest extends \PHPUnit_Framework_TestCase
4
+ class EnvTest extends \PHPUnit \ Framework \TestCase
5
5
{
6
6
public function testCanInitYiiEnvFromEnvVars ()
7
7
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
use codemix \yii2confload \Config ;
3
3
4
- class WebConfigTest extends \PHPUnit_Framework_TestCase
4
+ class WebConfigTest extends \PHPUnit \ Framework \TestCase
5
5
{
6
6
public function testCanGetConfig ()
7
7
{
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments