Ticket #492 (closed Feature Request: wontfix)
Allow for subdirectories in unit tests
| Reported by: | allain | Owned by: | Geert |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2 |
| Component: | Modules | Version: | SVN HEAD |
| Keywords: | unit_test | Cc: |
Description
Allow for two tests in the same set of tests share the same filename by making the naming convention for classes match the directory structure.
For example in the tests directory if these were the tests: dir1/Hello_Test.php and dir2/Hello_Test.php
Then these would be the class names: dir1_Hello_Test and dir2_Hello_Test
This goes a long way towards organizing the tests, but there's still the possibility for conflicts. At that point it's up to the developer not to pick crappy names. :)
Change History
Note: See
TracTickets for help on using
tickets.
