Jelajahi Sumber

Added test script to composer file

Anton 2 tahun lalu
induk
melakukan
72d857c62b
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      composer.json

+ 2 - 1
composer.json

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