[commits] [Wiki] changed: Doc/Dev/Test
Wiki Guest
wikiguest at horde.org
Sat Oct 25 14:43:52 UTC 2014
guest [109.201.152.7] Sat, 25 Oct 2014 14:43:52 +0000
Modified page: http://wiki.horde.org/Doc/Dev/Test
New Revision: 5
Change log: updated link to phpunit documentation
@@ -91,9 +91,9 @@
The class {{IMP_Imap}} would be loaded from {{dirname(``__FILE__``)
. '/../../lib/Imap.php'}} in the example above.
++ Running the test suite
-PHPUnit must be installed on your system. If not, install
instructions are located at
http://www.phpunit.de/manual/current/en/installation.html.
+PHPUnit must be installed on your system. If not, install
instructions are located at
https://phpunit.de/manual/current/en/installation.html
From the command line, navigate to the base of an
application/package test directory (should be located in the
{{tests/}} directory at the base of the application - navigate to the
level of the directory containing the ``AllTests.php`` file).
To run all tests, issue the command:
More information about the commits
mailing list