nextcloud/build/acceptance/features/core
Daniel Calviño Sánchez 72310cdac1 Use PHP built-in web server instead of Apache in Drone
Instead of running an additional Drone service with the Nextcloud server
now the Nextcloud server is run in the same Drone step as the acceptance
tests themselves using the PHP built-in web server.

Thanks to this, the Nextcloud server control is no longer needed, as the
acceptance tests can now directly reset, start and stop the Nextcloud
server. Also, the "nextcloudci/php7.0:php7.0-7" image provides
everything needed to run and manage the Nextcloud server (including the
Git command used to restore the directory to a saved state), so the
custom image is no longer needed either.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-04-21 14:24:37 +02:00
..
Actor.php Add general multiplier for find timeouts 2017-04-19 08:26:04 +02:00
ActorAware.php Add actors for test scenarios 2017-04-19 08:26:03 +02:00
ActorAwareInterface.php Add actors for test scenarios 2017-04-19 08:26:03 +02:00
ActorContext.php Add general multiplier for find timeouts 2017-04-19 08:26:04 +02:00
Locator.php Add wrappers to adapt the element finding system of Mink 2017-04-19 08:26:03 +02:00
NextcloudTestServerContext.php Replace downloaded Selenium server with Docker container 2017-04-21 14:24:32 +02:00
NextcloudTestServerDockerHelper.php Replace downloaded Selenium server with Docker container 2017-04-21 14:24:32 +02:00
NextcloudTestServerDroneHelper.php Use PHP built-in web server instead of Apache in Drone 2017-04-21 14:24:37 +02:00
NextcloudTestServerHelper.php Extract NextcloudTestServerHelper interface 2017-04-19 08:26:03 +02:00
NoSuchElementException.php Add wrappers to adapt the element finding system of Mink 2017-04-19 08:26:03 +02:00
Utils.php Extract waiting for the server to start to the Utils class 2017-04-19 08:26:04 +02:00