Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

PHPUnit: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 9: Line 9:
{{Moodle 2.3}}
{{Moodle 2.3}}


==Installation fo PHPUnit support==
=Installation fo PHPUnit support=


==Configuration of server before first test execution==
=Configuration of server before first test execution=


==Writing new tests==
=Writing new tests=
 
=See also=

Revision as of 21:13, 3 April 2012

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.

PHPUnit
Project state Work in progress
Tracker issue MDL-32323, MDL-32149, MDL-31857
Discussion see tracker issues
Assignee Petr Škoda (škoďák)

Moodle 2.3


Installation fo PHPUnit support

Configuration of server before first test execution

Writing new tests

See also