mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-28 16:01:18 -05:00
11 lines
394 B
Gherkin
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"}
|
|
"""
|