Skip to content

Commit f785d88

Browse files
committed
Update ExampleTest.
1 parent 3a3f79c commit f785d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ExampleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace NotificationChannels\Facebook\Test;
44

5-
use PHPUnit_Framework_TestCase;
5+
use PHPUnit\Framework\TestCase;
66

77
/**
88
* Class ExampleTest.
99
*/
10-
class ExampleTest extends PHPUnit_Framework_TestCase
10+
class ExampleTest extends TestCase
1111
{
1212
/** @test */
1313
public function true_is_true(): void

0 commit comments

Comments
 (0)