From a42848da57f64fdf3a3a735c2130a7c1c8adb279 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Wed, 5 Dec 2018 08:13:30 +0100 Subject: [PATCH] CommonMark weak test in composer --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index bf746e9..392b772 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,7 @@ "@test-formatting" ], "test-units": "vendor/bin/phpunit", + "test-commonmark-weak": "vendor/bin/phpunit tests/CommonMarkTestWeak.php", "test-formatting": "@composer fix -- --dry-run", "fix": "vendor/bin/php-cs-fixer fix --verbose --show-progress=dots --diff"