Skip to content

Commit 86f95c5

Browse files
committed
fixes test
Signed-off-by: Faizan Akram <[email protected]>
1 parent f9eae0a commit 86f95c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ClassTemplate/ClassInjectionTest.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

3-
class ClassInjectionTest extends PHPUnit_Framework_TestCase
3+
use PHPUnit\Framework\TestCase;
4+
5+
class ClassInjectionTest extends TestCase
46
{
57
function test()
68
{

0 commit comments

Comments
 (0)