mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-06 04:44:18 +00:00
8 lines
289 B
Markdown
8 lines
289 B
Markdown
|
# Virtual host tests
|
||
|
|
||
|
Tests in this directory are run by a virtual host as well as executed on the cli inside the
|
||
|
PHP container.
|
||
|
|
||
|
Every single PHP file must echo out `OK` and only `OK` if it succeeded.
|
||
|
The tests are looking for the following regex string in the complete output: `/^OK$/`.
|