]> source.dussan.org Git - nextcloud-server.git/commit
Make possible to configure the domain for the Nextcloud test server
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 20 Jul 2017 05:50:33 +0000 (07:50 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 20 Jul 2017 09:32:50 +0000 (11:32 +0200)
commit97222914549905ae3edeb8f7a946155456159a11
tree2450e54a90e5636ab504d10092d257a28b5211ab
parentcd6afb695724f9c891cdc7193185e315c7276c2c
Make possible to configure the domain for the Nextcloud test server

The NextcloudTestServerLocalHelper started the PHP built-in web server
for the Nextcloud test server at 127.0.0.1; as the Selenium server has
to access the Nextcloud test server they were forced to share the same
network. Now, the domain at which the PHP built-in web server is started
can be specified when the NextcloudTestServerLocalHelper is created,
which removes the need of sharing the same network, as the Selenium
server now can access the Nextcloud test server at an arbitrary domain.
However, by default "127.0.0.1" is still used if no domain is given.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/features/core/NextcloudTestServerLocalHelper.php