File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Tests \Helpers ;
4
4
5
- class HelpersTest extends \PHPUnit_Framework_TestCase
5
+ use PHPUnit \Framework \TestCase ;
6
+
7
+ class HelpersTest extends TestCase
6
8
{
7
9
public function test_model_name_from_table_name ()
8
10
{
Original file line number Diff line number Diff line change 3
3
namespace Tests ;
4
4
5
5
use InfyOm \Generator \Utils \GeneratorFieldsInputUtil ;
6
+ use PHPUnit \Framework \TestCase ;
6
7
7
- class GeneratorFieldsInputUtilTest extends \PHPUnit_Framework_TestCase
8
+ class GeneratorFieldsInputUtilTest extends TestCase
8
9
{
9
10
public function testValidateFieldInput ()
10
11
{
Original file line number Diff line number Diff line change 3
3
namespace Tests \Utils ;
4
4
5
5
use InfyOm \Generator \Utils \ResponseUtil ;
6
- use PHPUnit_Framework_TestCase ;
6
+ use PHPUnit \ Framework \ TestCase ;
7
7
8
- class ResponseUtilTest extends PHPUnit_Framework_TestCase
8
+ class ResponseUtilTest extends TestCase
9
9
{
10
10
public function testMakeResponse ()
11
11
{
You can’t perform that action at this time.
0 commit comments