mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
git-subtree-dir: public/legacy git-subtree-split: 817a12dc0c30c189f56d5cb1f7dc37a9631bdbe3
12 lines
No EOL
298 B
YAML
12 lines
No EOL
298 B
YAML
actor: ApiTester
|
|
modules:
|
|
enabled:
|
|
- \Helper\api
|
|
- Filesystem
|
|
- Asserts
|
|
- \Helper\PhpBrowserDriverHelper
|
|
- PhpBrowser:
|
|
url: 'http://localhost/api/v8/'
|
|
- REST:
|
|
depends: PhpBrowser
|
|
url: 'http://localhost/api/v8/' |