| 1 | <?php |
||
| 9 | class CallDirectionProviderTest extends \PHPUnit_Framework_TestCase |
||
| 10 | { |
||
| 11 | /** @var CallDirectionProvider */ |
||
| 12 | protected $provider; |
||
| 13 | |||
| 14 | /** @var \PHPUnit_Framework_MockObject_MockObject */ |
||
| 15 | protected $activityManager; |
||
| 16 | |||
| 17 | public function setUp() |
||
| 25 | |||
| 26 | public function testGetSupportedClass() |
||
| 30 | |||
| 31 | public function testGetDirection() |
||
| 40 | |||
| 41 | public function testGetDate() |
||
| 46 | } |
||
| 47 |