summaryrefslogtreecommitdiffstats
path: root/3rdparty/fguillot/picofeed/docs/tests.markdown
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/fguillot/picofeed/docs/tests.markdown')
-rw-r--r--3rdparty/fguillot/picofeed/docs/tests.markdown14
1 files changed, 14 insertions, 0 deletions
diff --git a/3rdparty/fguillot/picofeed/docs/tests.markdown b/3rdparty/fguillot/picofeed/docs/tests.markdown
new file mode 100644
index 000000000..72bb48b0f
--- /dev/null
+++ b/3rdparty/fguillot/picofeed/docs/tests.markdown
@@ -0,0 +1,14 @@
+Running unit tests
+==================
+
+If the autoloader is not yet installed run:
+
+```php
+composer dump-autoload
+```
+
+Then run:
+
+```php
+phpunit tests
+```