Sfoglia il codice sorgente

Added test script to composer file

Anton 2 anni fa
parent
commit
72d857c62b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      composer.json

+ 2 - 1
composer.json

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