Metadata
- Source
- FLUID-3444
- Type
- Bug
- Priority
- Minor
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Laurel Williams
- Reporter
- Laurel Williams
- Created
2009-12-17T12:42:27.000-0500 - Updated
2013-04-11T17:43:18.452-0400 - Versions
- N/A
- Fixed Versions
-
- 1.2
- Component
-
- Infusion Builder
Description
Currently we need to visit four different URLS to run the php tests. It would be easier for the testing process if we only had to visit one URL and that ran all the tests. Investigate simpletest further and see if this is possible and if so, make the changes. http://www.simpletest.org/
Attachments
Comments
-
Laurel Williams commented
2010-01-18T10:53:09.000-0500 FLUID-3444-1.patch.txt adds a test suite to the php tests which can run all the tests at once. Small modifications were made to the individual test files to remove the test running code.
-
Laurel Williams commented
2010-01-18T10:55:36.000-0500 Patch attached should resolve this issue