We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65154ae commit ab71493Copy full SHA for ab71493
test/Unit/EventTest.php
@@ -265,6 +265,8 @@ public function test_refund()
265
266
public function test_refund_full_succeeds_without_items()
267
{
268
+ $this->expectNotToPerformAssertions();
269
+
270
$refund = Event\Refund::new()->setTransactionId(1)->isFullRefund(true);
271
272
$this->analytics->addEvent($refund);
test/Unit/UserDataTest.php
@@ -39,6 +39,8 @@ public function test_user_data_is_fillable()
39
40
public function test_user_data_is_sendable()
41
42
43
44
$uad = $this->analytics->userdata();
45
$uad->setEmail("[email protected]");
46
$uad->setPhone(4500000000);
0 commit comments