mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
First commit of Codeception files
This commit is contained in:
8
tests/api.suite.yml
Normal file
8
tests/api.suite.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
class_name: ApiTester
|
||||
modules:
|
||||
enabled: [PhpBrowser, REST]
|
||||
config:
|
||||
PhpBrowser:
|
||||
url: 'http://localhost:7777/'
|
||||
REST:
|
||||
url: 'http://localhost:7777/'
|
||||
Reference in New Issue
Block a user