Remove the application created to perform the unit test so we don't 'leak' dummy applications
This commit is contained in:
@@ -463,6 +463,10 @@ function test_user_getAppsMaintained()
|
|||||||
/* remove maintainership for this user */
|
/* remove maintainership for this user */
|
||||||
$oUser->deleteMaintainer($iAppId);
|
$oUser->deleteMaintainer($iAppId);
|
||||||
|
|
||||||
|
/* remove this application */
|
||||||
|
$oApp = new Application($iAppId);
|
||||||
|
$oApp->delete();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user