Explorar o código

Added test script to composer file

Anton %!s(int64=2) %!d(string=hai) anos
pai
achega
72d857c62b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -53,6 +53,7 @@
         }
     },
     "scripts": {
-        "analyze": "phpstan"
+        "analyze": "phpstan",
+        "test": "pest"
     }
 }