mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-05 06:09:27 +00:00
9aef5dcc30
Set this as default authentication, providing codeception test case
12 lines
314 B
YAML
12 lines
314 B
YAML
class_name: ApiTester
|
|
modules:
|
|
enabled:
|
|
- \Helper\Api
|
|
- REST:
|
|
# API URL
|
|
url: http://localhost/build/index.ci.php/api/
|
|
# Can also be a framework module name
|
|
depends: PhpBrowser
|
|
# Limits PhpBrowser to JSON or XML
|
|
part: Json
|