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 82e1659 + 5b373f7 commit 3d5042cCopy full SHA for 3d5042c
tests/Common/HelperTest.php
@@ -52,9 +52,6 @@ public function testInitializeIgnoresNull()
52
Helper::initialize($target, null);
53
}
54
55
- /**
56
- * @doesNotPerformAssertions
57
- */
58
public function testInitializeCallsSetters()
59
{
60
$target = m::mock('\Omnipay\Common\CreditCard');
@@ -64,9 +61,6 @@ public function testInitializeCallsSetters()
64
61
Helper::initialize($target, array('name' => 'adrian', 'number' => '1234'));
65
62
66
63
67
68
69
70
public function testInitializeIgnoresInvalidParameters()
71
72
0 commit comments