Php Unit Files Unaccessable

All configuration is ok but when i try to go to

http://localhost/qdr/protected/tests/unit/DbTest.php

or

http://localhost/qdr/protected/tests/bootstrap.php

It show error:

Access forbidden!

You don’t have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.

Error 403

localhost

Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7

Hello,

Its due to mod_rewrite… WAMPP had commented this option by default.

You need to go to Wamp icon in notification area, Apache, httpd.config

search for mod_rewrite, and uncomment it…

After that RESTART WAMPP AND YOU ARE DONE!

Thanks.