From 01bc962a679f307038c32a8e0361d04d9825f4a9 Mon Sep 17 00:00:00 2001 From: Yves Hoppe Date: Sun, 1 Nov 2015 08:51:15 +0100 Subject: [PATCH] Integrated robo build system - clean merge of #125 --- tests/acceptance.suite.dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance.suite.dist.yml b/tests/acceptance.suite.dist.yml index 567140d..6df7677 100644 --- a/tests/acceptance.suite.dist.yml +++ b/tests/acceptance.suite.dist.yml @@ -38,5 +38,5 @@ modules: AcceptanceHelper: repo_folder: '/home/travis/build/joomla-extensions/weblinks/' # Path to the Extension repository. To be used by tests to install via Install from folder counter_test_url: 'http://localhost/tests/joomla-cms3' # the url for the weblink item used to test hits counter - url: 'http://localhost:8080/tests/joomla-cms3' # the url that points to the joomla installation at /tests/system/joomla-cms - we need it twice here + url: 'http://localhost/tests/joomla-cms3' # the url that points to the joomla installation at /tests/system/joomla-cms - we need it twice here error_level: "E_ALL & ~E_STRICT & ~E_DEPRECATED" \ No newline at end of file