Remove notes and diags

This commit is contained in:
Colin Kuskie 2010-08-10 16:31:47 -07:00
parent bd4e7a2ec0
commit cb2bb75d23
7 changed files with 0 additions and 10 deletions

View file

@ -289,7 +289,6 @@ cmp_bag($gB->getGroupsIn(), [$gA->getId, 3], 'Group A is in Group B');
cmp_bag($gA->getGroupsFor(), [$gB->getId], 'Group B contains Group A');
cmp_bag($gA->getGroupsIn(), [3], 'Admin added to group A automatically');
diag $gA->getId;
$gA->addGroups([$gB->getId]);
cmp_bag($gA->getGroupsIn(), [3], 'Not allowed to create recursive group loops');