Browse Source

add test script

main
Aaron Parecki 2 years ago
parent
commit
78448488f1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      composer.json

+ 2
- 1
composer.json View File

@ -27,6 +27,7 @@
"src/geo.php"
]
},
"autoload-dev": {
"scripts": {
"test": "vendor/bin/phpunit"
}
}

Loading…
Cancel
Save