setup.feature 260 B

1234567
  1. # SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  2. # SPDX-License-Identifier: AGPL-3.0-or-later
  3. Feature: setup
  4. Scenario: setup page is shown properly
  5. When requesting "/index.php" with "GET"
  6. Then the HTTP status code should be "200"