@@ -18,8 +18,14 | |||||
18 | require File.expand_path('../../../../test_helper', __FILE__) |
|
18 | require File.expand_path('../../../../test_helper', __FILE__) | |
19 |
|
19 | |||
20 | class Redmine::Hook::ManagerTest < ActiveSupport::TestCase |
|
20 | class Redmine::Hook::ManagerTest < ActiveSupport::TestCase | |
21 |
|
21 | fixtures :projects, :users, :members, :member_roles, :roles, | ||
22 | fixtures :issues |
|
22 | :groups_users, | |
|
23 | :trackers, :projects_trackers, | |||
|
24 | :enabled_modules, | |||
|
25 | :versions, | |||
|
26 | :issue_statuses, :issue_categories, :issue_relations, :workflows, | |||
|
27 | :enumerations, | |||
|
28 | :issues | |||
23 |
|
29 | |||
24 | # Some hooks that are manually registered in these tests |
|
30 | # Some hooks that are manually registered in these tests | |
25 | class TestHook < Redmine::Hook::ViewListener; end |
|
31 | class TestHook < Redmine::Hook::ViewListener; end |
General Comments 0
You need to be logged in to leave comments.
Login now