Skip to content

Commit e517590

Browse files
committed
Migrate to namespaced tests (Requires PHPUnit > 5.7)
1 parent bb2f827 commit e517590

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

tests/BootstrapTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
use codemix\yii2confload\Config;
33

4-
class BootstrapTest extends \PHPUnit_Framework_TestCase
4+
class BootstrapTest extends \PHPUnit\Framework\TestCase
55
{
66
public function testCanBootstrapApplication()
77
{

tests/ConsoleConfigTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
use codemix\yii2confload\Config;
33

4-
class ConsoleConfigTest extends \PHPUnit_Framework_TestCase
4+
class ConsoleConfigTest extends \PHPUnit\Framework\TestCase
55
{
66
public function testCanGetConfig()
77
{

tests/EnvTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
use codemix\yii2confload\Config;
33

4-
class EnvTest extends \PHPUnit_Framework_TestCase
4+
class EnvTest extends \PHPUnit\Framework\TestCase
55
{
66
public function testCanInitYiiEnvFromEnvVars()
77
{

tests/WebConfigTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
use codemix\yii2confload\Config;
33

4-
class WebConfigTest extends \PHPUnit_Framework_TestCase
4+
class WebConfigTest extends \PHPUnit\Framework\TestCase
55
{
66
public function testCanGetConfig()
77
{

tests/bootstrap.php

-1
This file was deleted.

0 commit comments

Comments
 (0)