File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.2
4
+ - 7.3
5
5
- hhvm
6
6
7
7
matrix :
Original file line number Diff line number Diff line change 2
2
3
3
namespace Unicodeveloper \Paystack \Test ;
4
4
5
- use PHPUnit_Framework_TestCase ;
5
+ use PHPUnit \ Framework \ TestCase ;
6
6
7
- class HelpersTest extends PHPUnit_Framework_TestCase {
7
+ class HelpersTest extends TestCase {
8
8
9
9
/**
10
10
* Tests that helper returns
Original file line number Diff line number Diff line change 13
13
14
14
use Mockery as m ;
15
15
use GuzzleHttp \Client ;
16
- use PHPUnit_Framework_TestCase ;
16
+ use PHPUnit \ Framework \ TestCase ;
17
17
use Unicodeveloper \Paystack \Paystack ;
18
18
use Illuminate \Support \Facades \Config ;
19
19
use Illuminate \Support \Facades \Facade as Facade ;
20
20
21
- class PaystackTest extends PHPUnit_Framework_TestCase
21
+ class PaystackTest extends TestCase
22
22
{
23
23
protected $ paystack ;
24
24
You can’t perform that action at this time.
0 commit comments