Add composer scripts for syntax check and tests
This commit is contained in:
parent
0acc57db14
commit
b1038ee356
|
|
@ -57,5 +57,9 @@
|
|||
"PHPMailer\\Test\\": "test/"
|
||||
}
|
||||
},
|
||||
"license": "LGPL-2.1-only"
|
||||
"license": "LGPL-2.1-only",
|
||||
"scripts": {
|
||||
"check": "./vendor/bin/phpcs",
|
||||
"test": "./vendor/bin/phpunit"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue