|
|
|
|
@ -27,6 +27,9 @@ class Test_Provisioning_Api_Apps extends PHPUnit_Framework_TestCase { |
|
|
|
|
|
|
|
|
|
private $users = array(); |
|
|
|
|
|
|
|
|
|
function setUp() { |
|
|
|
|
OC_Group::createGroup('admin'); |
|
|
|
|
} |
|
|
|
|
/** |
|
|
|
|
* Generates a temp user |
|
|
|
|
* @param $num int number of users to generate |
|
|
|
|
@ -98,4 +101,8 @@ class Test_Provisioning_Api_Apps extends PHPUnit_Framework_TestCase { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function tearDown() { |
|
|
|
|
OC_Group::deleteGroup('admin'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|