TestRunner Unittesting problem

0
Hi What do they mean with 'Map the module role 'TestRunner' to the applicable user roles in your application' with the UnitTesting module. The user 'TestRunner' actually exist but I can't reach it from other modules in my project .. I tried adding new users like 'test_admin' and with inheritence  from Administrator but I get a lot of errors of read/write which is not logical to me because it inherits of Administrator. Anyhow, the question is how to map the module role 'TestRunner' to the applicable User roles in my application?
asked
1 answers
2

You have to add testrunner role model form your role module in security to the user you want to test it with. So add testrunner module to administrator

answered