parent
2735c77e67
commit
8f3f93d8c6
@ -0,0 +1,19 @@ |
|||||||
|
# Testing |
||||||
|
|
||||||
|
## Static Tests |
||||||
|
``` |
||||||
|
from your root of the git folder path, run: |
||||||
|
$ ./static_tests.sh |
||||||
|
``` |
||||||
|
|
||||||
|
## Quick and Dirty testing |
||||||
|
``` |
||||||
|
from your app folder, run an deployment file, EXAMPLE: |
||||||
|
$ ./just_testing.sh [deploy_tets1.php] |
||||||
|
``` |
||||||
|
|
||||||
|
## Where are the deployment files? |
||||||
|
``` |
||||||
|
# feel free to update or add new ones! |
||||||
|
$ cd deploy_files |
||||||
|
``` |
||||||
Loading…
Reference in new issue