Skip to content

Commit

Permalink
Bugfix in performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed May 21, 2014
1 parent dbc4770 commit 55ad042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Performance/test-cascade-new-entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Add roles on those categories
foreach ($users as $user) {
foreach ($newCategories as $newCategory) {
$acl->grant($user, new CategoryManagerRole($user, $category));
$acl->grant($user, new CategoryManagerRole($user, $newCategory));
}
}

Expand Down

0 comments on commit 55ad042

Please sign in to comment.