We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2d275f + f9cfd7f commit 539f7e9Copy full SHA for 539f7e9
tests/PushbulletMessageTest.php
@@ -2,10 +2,10 @@
2
3
namespace NotificationChannels\Pushbullet\Test;
4
5
-use NotificationChannels\Pushbullet\Targets\Targetable;
6
-use PHPUnit\Framework\MockObject\MockObject;
7
use PHPUnit\Framework\TestCase;
+use PHPUnit\Framework\MockObject\MockObject;
8
use NotificationChannels\Pushbullet\PushbulletMessage;
+use NotificationChannels\Pushbullet\Targets\Targetable;
9
10
class PushbulletMessageTest extends TestCase
11
{
0 commit comments