From 859e4801ab51e44047e907c70d834886e493010d Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Thu, 18 Aug 2022 15:14:28 +0200 Subject: [PATCH] mentioning tests in readme --- CHANGELOG.md | 3 ++- README.md | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c563b4e..47213c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ No major changes introduced, getting ready for release ### Changed * Parser does not generate unnessecary empty paragraphs anymore -* Fix: parse does not get stuck on blockquotes that are not followed by an empty line anymore +* Fix: parse does not get stuck on blockquotes that are not followed by an empty + line anymore ### Removed * "Monkey test" `.md` files in `tests` folder diff --git a/README.md b/README.md index 63d0b80..7fbc052 100644 --- a/README.md +++ b/README.md @@ -110,4 +110,11 @@ or via reference to [a later defined url][massivedynamic], i we so desire. [massivedynamic]: https://massivedynamic.eu ``` -[massivedynamic]: https://massivedynamic.eu \ No newline at end of file +[massivedynamic]: https://massivedynamic.eu + +## Testing +Unit tests can be run via `composer`: + +``` + composer test +``` \ No newline at end of file