Files
opencloud/tests/acceptance/features/coreApiMain/status.feature
2023-01-05 09:22:52 +05:45

11 lines
394 B
Gherkin

@api
Feature: Status
@smokeTest
Scenario: Status.php is correct
When the administrator requests status.php
Then the status.php response should include
"""
{"installed":true,"maintenance":false,"needsDbUpgrade":false,"version":"$CURRENT_VERSION","versionstring":"$CURRENT_VERSION_STRING","edition":"$EDITION","productname":"$PRODUCTNAME","product":"$PRODUCT"}
"""