]> git.andy128k.dev Git - ipf-mail.git/commitdiff
add test script
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 10 Mar 2019 11:03:17 +0000 (12:03 +0100)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 10 Mar 2019 11:03:17 +0000 (12:03 +0100)
composer.json

index 0e6f1f87bc11356e7937ee4fd7fb540b00c83599..28be8b3fbc79409c72555f66765bf0a183c9b7e2 100644 (file)
@@ -17,6 +17,8 @@
   },
   "autoload": {
     "classmap" : ["src/"]
+  },
+  "scripts": {
+    "test": "phpunit ./t"
   }
 }
-