Code 05010: Difference between revisions
From Joomla! Documentation
New page: ==Title== Create Web-Based Unit Test Runner == One line summary == Write a test runner that makes it easy to run unit tests from a web browser. == Description == The existing unit test f... |
No edit summary |
||
| Line 7: | Line 7: | ||
== Description == | == Description == | ||
The existing unit test framework is based on running PHP from the command line. While this is essential for integrating testing into the build and release process, it's a barrier to using tests during development. | The existing unit test framework is based on running PHP from the command line. While this is essential for integrating testing into the build and release process, it's a barrier to using tests during development. | ||
This project involves adapting web-based test runners provided by PHPUnit to support the "Joomla!" testing environment. | |||
== Skills needed == | == Skills needed == | ||
Revision as of 13:40, 20 March 2008
Title
Create Web-Based Unit Test Runner
One line summary
Write a test runner that makes it easy to run unit tests from a web browser.
Description
The existing unit test framework is based on running PHP from the command line. While this is essential for integrating testing into the build and release process, it's a barrier to using tests during development.
This project involves adapting web-based test runners provided by PHPUnit to support the "Joomla!" testing environment.
Skills needed
Difficulty
Work Product
Licensing
All code must be created using the [GNU General Public License version]
Documentation written for this task must be made available under the Joomla! Electronic Documentation License.
Possible mentor
Return to Google Summer of Code 2008