1
0

setup.feature 142 B

12345
  1. Feature: setup
  2. Scenario: setup page is shown properly
  3. When requesting "/index.php" with "GET"
  4. Then the HTTP status code should be "200"