From 9f108dd1a969473375341d92a7b1252fa2cedc9a Mon Sep 17 00:00:00 2001 From: mszulecki Date: Thu, 14 Jun 2007 17:09:01 +0000 Subject: Initial import. git-svn-id: http://svn.sukimashita.com/repos/mailadmin/trunk@2 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- test/functional/admin/domaintestActionsTest.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/functional/admin/domaintestActionsTest.php (limited to 'test/functional/admin/domaintestActionsTest.php') diff --git a/test/functional/admin/domaintestActionsTest.php b/test/functional/admin/domaintestActionsTest.php new file mode 100644 index 0000000..dba9ffa --- /dev/null +++ b/test/functional/admin/domaintestActionsTest.php @@ -0,0 +1,15 @@ +initialize(); + +$browser-> + get('/domaintest/index')-> + isStatusCode(200)-> + isRequestParameter('module', 'domaintest')-> + isRequestParameter('action', 'index')-> + checkResponseElement('body', '!/This is a temporary page/') +; -- cgit v1.1-32-gdbae