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.
1 parent e22e347 commit 5b373f7Copy full SHA for 5b373f7
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