| Total Complexity | 5 |
| Total Lines | 46 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class AdresarTest extends FlexiBeeRWTest |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var Adresar |
||
| 20 | */ |
||
| 21 | protected $object; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Sets up the fixture, for example, opens a network connection. |
||
| 25 | * This method is called before a test is executed. |
||
| 26 | */ |
||
| 27 | protected function setUp() |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @covers FlexiPeeHP\Adresar::getNotificationEmailAddress |
||
| 34 | */ |
||
| 35 | public function testGetNotificationEmailAddress() |
||
| 36 | { |
||
| 37 | $this->object->getNotificationEmailAddress(); |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @covers FlexiPeeHP\Adresar::getCellPhoneNumber |
||
| 42 | */ |
||
| 43 | public function testGetCellPhoneNumber() |
||
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @covers FlexiPeeHP\Adresar::getAnyPhoneNumber |
||
| 50 | */ |
||
| 51 | public function testGetAnyPhoneNumber() |
||
| 54 | } |
||
| 55 | |||
| 56 | /** |
||
| 57 | * Tears down the fixture, for example, closes a network connection. |
||
| 58 | * This method is called after a test is executed. |
||
| 59 | */ |
||
| 60 | protected function tearDown() |
||
| 65 |