[commits] [Wiki] changed: Doc/Dev/Test
Wiki Guest
wikiguest at horde.org
Wed May 13 20:38:39 UTC 2015
guest [179.209.142.246] Wed, 13 May 2015 20:38:39 +0000
Modified page: http://wiki.horde.org/Doc/Dev/Test
New Revision: 6
Change log: Warning about running AllTests with php and not phpunit
@@ -105,4 +105,12 @@
<code type="sh">
phpunit [SubDirectory1/SubDirectory2/]UnitTest.php
</code>
+
++++ Attention
+
+Using phpunit AllTests.php will cause autoloading features to **fail**.
+
+Remember to run AllTests.php with **php** and not **phpunit**.
+
+For single or individual tests use phpunit.
More information about the commits
mailing list