Skip to content

Commit 3d5042c

Browse files
authored
Merge pull request #279 from Chris53897/patch-2
Remove @doesNotPerformAssertions annotations
2 parents 82e1659 + 5b373f7 commit 3d5042c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Common/HelperTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ public function testInitializeIgnoresNull()
5252
Helper::initialize($target, null);
5353
}
5454

55-
/**
56-
* @doesNotPerformAssertions
57-
*/
5855
public function testInitializeCallsSetters()
5956
{
6057
$target = m::mock('\Omnipay\Common\CreditCard');
@@ -64,9 +61,6 @@ public function testInitializeCallsSetters()
6461
Helper::initialize($target, array('name' => 'adrian', 'number' => '1234'));
6562
}
6663

67-
/**
68-
* @doesNotPerformAssertions
69-
*/
7064
public function testInitializeIgnoresInvalidParameters()
7165
{
7266
$target = m::mock('\Omnipay\Common\CreditCard');

0 commit comments

Comments
 (0)