You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
329 B
19 lines
329 B
# 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_test1.php]
|
|
```
|
|
|
|
## Where are the deployment files?
|
|
```
|
|
# feel free to update or add new ones!
|
|
$ cd deploy_files
|
|
``` |