File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Test Rabbit
22
3- This is a repo that when deployed as a fortrabbit App uses all common features of the platform.
4- It has an automatic test suite that is run whenever you visit the main page of the app.
5-
6- This test app is designed to work on all supported PHP versions.
3+ This is used internally by fortrabbit to test basic features of the platform.
4+ When deployed as a fortrabbit app there is an automatic test suite that runs whenever you visit the main page of the app.
75
86
97## Local environment
8+ Running this locally doesn't really make sense, at it is designed to run on the fortrabbit platform.
9+
10+ But you can build containers locally and run a simple test to ensure that composer will successfully install on all PHP versions.
1011
1112``` bash
1213just start
14+ just test
1315```
1416
1517
1618## Deployment
1719
18- This repo is already deployed to Apps in all regions.
19- Whenever you push to the ` master ` branch on GitHub,
20- a GitHub Action is triggered that deploys that commit to the live apps.
20+ This repo is already deployed to apps in all regions on the current platform.
2121
2222Further documentation for current platform:
2323https://www.notion.so/fortrabbit/testrabbit-237ed2d09f6280a49ca8dfdced0310a4
You can’t perform that action at this time.
0 commit comments