summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected700
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-09-22 22:39:41 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-09-22 22:39:41 +0200
commit7c65b2f40ea9242260eac5a746863f5925423861 (patch)
tree6c516057baa4356fde43f8d79517571bc8f0bfa2 /tests/FunctionalTests/tickets/protected700
parent60c6bfa6f7caeb122cb8fa820506bdd1c54a842e (diff)
Phing: added target for phpunit+selenium
Functional tests were using an old selenium RC version. Ported them to use phpunit + selenium; next: opensauce
Diffstat (limited to 'tests/FunctionalTests/tickets/protected700')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/application.xml0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/common/BasePage.php2
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/layout/MainLayout.php2
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/layout/MainLayout.tpl0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/Home.page0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/UserLogin.page0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/UserLogin.php2
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/admin/Home.page0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/admin/config.xml0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/config.xml0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/pages/content/Home.page0
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/protected700/runtime/.gitignore0
16 files changed, 0 insertions, 6 deletions
diff --git a/tests/FunctionalTests/tickets/protected700/application.xml b/tests/FunctionalTests/tickets/protected700/application.xml
index cb00aae3..cb00aae3 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/application.xml
+++ b/tests/FunctionalTests/tickets/protected700/application.xml
diff --git a/tests/FunctionalTests/tickets/protected700/common/BasePage.php b/tests/FunctionalTests/tickets/protected700/common/BasePage.php
index bbb93650..0a68f56d 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/common/BasePage.php
+++ b/tests/FunctionalTests/tickets/protected700/common/BasePage.php
@@ -64,5 +64,3 @@ class BasePage extends TPage
$this->_param5=$value;
}
}
-
-?> \ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php
index 6f385ce8..26bd782a 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php
+++ b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php
@@ -8,5 +8,3 @@ class MainLayout extends TTemplateControl
$this->Response->reload();
}
}
-
-?> \ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.tpl b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.tpl
index acbfa0e6..acbfa0e6 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.tpl
+++ b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.tpl
diff --git a/tests/FunctionalTests/tickets/protected700/pages/Home.page b/tests/FunctionalTests/tickets/protected700/pages/Home.page
index 7d1c1187..7d1c1187 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/Home.page
+++ b/tests/FunctionalTests/tickets/protected700/pages/Home.page
diff --git a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.page b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.page
index 07d4ece9..07d4ece9 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.page
+++ b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.page
diff --git a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php
index 8071fb29..9003adfe 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php
+++ b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php
@@ -9,5 +9,3 @@ class UserLogin extends BasePage
$this->Response->redirect($this->Service->constructUrl('Home'));
}
}
-
-?> \ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page b/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page
index 7d1c1187..7d1c1187 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page b/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page
index 7d1c1187..7d1c1187 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml b/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml
index 04ac6bdd..04ac6bdd 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page
index 7d1c1187..7d1c1187 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page
index 7d1c1187..7d1c1187 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml b/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml
index 175ea5c7..175ea5c7 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml
diff --git a/tests/FunctionalTests/tickets/protected700/pages/config.xml b/tests/FunctionalTests/tickets/protected700/pages/config.xml
index 416de43f..416de43f 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/config.xml
+++ b/tests/FunctionalTests/tickets/protected700/pages/config.xml
diff --git a/tests/FunctionalTests/tickets/protected700/pages/content/Home.page b/tests/FunctionalTests/tickets/protected700/pages/content/Home.page
index 7d1c1187..7d1c1187 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/pages/content/Home.page
+++ b/tests/FunctionalTests/tickets/protected700/pages/content/Home.page
diff --git a/tests/FunctionalTests/tickets/protected700/runtime/.gitignore b/tests/FunctionalTests/tickets/protected700/runtime/.gitignore
index d6b7ef32..d6b7ef32 100644..100755
--- a/tests/FunctionalTests/tickets/protected700/runtime/.gitignore
+++ b/tests/FunctionalTests/tickets/protected700/runtime/.gitignore