Ticket #566 (closed Feature Request: fixed)
Unit Test test inclusion
| Reported by: | mwells | Owned by: | Geert |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.2 |
| Component: | Modules | Version: | SVN HEAD |
| Keywords: | unit_test | Cc: |
Description
Hi,
I just happened to notice a behavior of the inclusion of test files in the Unit Test module. I thought I was worth mentioning/inquiring as to whether anyone else thought it was worth amending?
My text editor saves hidden files in the same directory as the file you are working on: For instance when working on Example_Test.php it saves ._Example_Test.php. This then generates an error as when the file is attempted to be included the class within the file no longer matches the file name.
I could easily throw a patch together for this if anyone else thought it was worthwhile doing? (i.e. to just ignore hidden files would work)
Cheers
Matt
