1 | <?php |
||
8 | class AzineMailgunHetrixtoolsServiceTest extends \PHPUnit_Framework_TestCase |
||
9 | { |
||
10 | /** |
||
11 | * @expectedException \InvalidArgumentException |
||
12 | */ |
||
13 | public function testIfApiKeyisNotSet() |
||
22 | |||
23 | /** |
||
24 | * @expectedException \InvalidArgumentException |
||
25 | */ |
||
26 | public function testIfInvalidIpisGiven() |
||
41 | } |