* This locks in a fix to ensure that if a user doesn't have permission to view the is_deleted field that doesn't hard fail if that field happens to be in an APIv4 call.
*/
publicfunctiontestIsDeletedPermission():void{
publicfunctiontestAddDeleteActivity():void{
$cid=$this->createLoggedInUser();
$aid=Activity::create(FALSE)
...
...
@@ -41,6 +38,8 @@ class RecentItemsTest extends UnitTestCase {