Browse Source

Added test script to composer file

Anton 2 năm trước cách đây
mục cha
commit
72d857c62b
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      composer.json

+ 2 - 1
composer.json

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