File tree Expand file tree Collapse file tree 5 files changed +7
-18
lines changed
Expand file tree Collapse file tree 5 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 77use PHPUnit \Framework \MockObject \MockObject ;
88use PHPUnit \Framework \TestCase ;
99
10+ /**
11+ * @covers \NotificationChannels\Pushbullet\PushbulletMessage
12+ */
1013class PushbulletMessageTest extends TestCase
1114{
1215 /** @test */
Original file line number Diff line number Diff line change 88use PHPUnit \Framework \TestCase ;
99
1010/**
11- * @coversDefaultClass \NotificationChannels\Pushbullet\Targets\Channel
11+ * @covers \NotificationChannels\Pushbullet\Targets\Channel
1212 */
1313class ChannelTest extends TestCase
1414{
1515 /**
1616 * @test
17- *
18- * @covers ::__construct
19- * @covers ::getTarget
2017 */
2118 public function it_is_properly_represented_as_array ()
2219 {
Original file line number Diff line number Diff line change 88use PHPUnit \Framework \TestCase ;
99
1010/**
11- * @coversDefaultClass \NotificationChannels\Pushbullet\Targets\Device
11+ * @covers \NotificationChannels\Pushbullet\Targets\Device
1212 */
1313class DeviceTest extends TestCase
1414{
1515 /**
1616 * @test
17- *
18- * @covers ::__construct
19- * @covers ::getTarget
2017 */
2118 public function it_is_properly_represented_as_array ()
2219 {
Original file line number Diff line number Diff line change 99use PHPUnit \Framework \TestCase ;
1010
1111/**
12- * @coversDefaultClass \NotificationChannels\Pushbullet\Targets\Email
12+ * @covers \NotificationChannels\Pushbullet\Targets\Email
1313 */
1414class EmailTest extends TestCase
1515{
1616 /**
1717 * @test
18- *
19- * @covers ::__construct
20- * @covers ::getTarget
2118 */
2219 public function it_is_properly_represented_as_array ()
2320 {
@@ -28,8 +25,6 @@ public function it_is_properly_represented_as_array()
2825
2926 /**
3027 * @test
31- *
32- * @covers ::__construct
3328 */
3429 public function invalid_email_is_not_accepted ()
3530 {
Original file line number Diff line number Diff line change 88use PHPUnit \Framework \TestCase ;
99
1010/**
11- * @coversDefaultClass \NotificationChannels\Pushbullet\Targets\UserDevices
11+ * @covers \NotificationChannels\Pushbullet\Targets\UserDevices
1212 */
1313class UserDevicesTest extends TestCase
1414{
1515 /**
1616 * @test
17- *
18- * @covers ::__construct
19- * @covers ::getTarget
2017 */
2118 public function it_is_properly_represented_as_array ()
2219 {
You can’t perform that action at this time.
0 commit comments