]> git.andy128k.dev Git - ipf.git/commitdiff
add test script
authorAndrey Kutejko <andy128k@gmail.com>
Sat, 27 Jan 2018 15:19:29 +0000 (16:19 +0100)
committerAndrey Kutejko <andy128k@gmail.com>
Sat, 27 Jan 2018 15:19:29 +0000 (16:19 +0100)
composer.json

index 28c83aeaefafd30306f5c9d5b770499a92fd1bda..0874deffdb1434829002225e040279706d4de34c 100644 (file)
@@ -42,6 +42,8 @@
       "url": "http://packages.andy128k.net/php/"
     }
   ],
-  "minimum-stability": "dev"
+  "minimum-stability": "dev",
+  "scripts": {
+    "test": "phpunit --bootstrap t/project/htdocs/index.php t/"
+  }
 }
-