| 1 | <?php |
||
| 17 | class ActivityManagerTest extends RestTestCase |
||
| 18 | { |
||
| 19 | /** @var ActivityManager */ |
||
| 20 | private $activityManager; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Ensure a clean Db for test |
||
| 24 | * |
||
| 25 | * @return void |
||
| 26 | */ |
||
| 27 | public function setUp() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Verifies the correct behavior of: |
||
| 34 | * setConfiguration() |
||
| 35 | * getConfigValue() |
||
| 36 | * |
||
| 37 | * @return void |
||
| 38 | */ |
||
| 39 | public function testGetConfigValue() |
||
| 58 | } |
||
| 59 |