Skip to content

Commit

Permalink
Tweaks code climate reporting and a test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Feb 4, 2016
1 parent 4caee8a commit 8babbd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codeclimate.yml
Expand Up @@ -11,6 +11,8 @@ engines:
enabled: true
phpmd:
enabled: true
exclude_fingerprints:
- 8ba630e3b3bad9153e8a7a5ab0eb93ed
ratings:
paths:
- src/**
8 changes: 8 additions & 0 deletions tests/ArchangelTest.php
Expand Up @@ -457,6 +457,14 @@ public function testSend()
$this->assertEquals($expectedResponse, $response);
}

public function testSendFailure()
{
$archangel = new Archangel();
$response = $archangel->send();

$this->assertFalse($response);
}

/**
* @dataProvider dataCheckRequiredFields
*/
Expand Down

0 comments on commit 8babbd0

Please sign in to comment.