initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 65
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional
END

View File

@@ -0,0 +1,34 @@
10
dir
55
http://barnabas/svn/pae.co.at/trunk/proactiveenglish/test/functional
http://barnabas/svn
2009-05-28T02:14:48.119086Z
25
ben
5f44b648-3ce2-dc11-a6be-00b0d029fcea
frontend
dir
admin
dir

View File

@@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 71
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/admin
END
eventActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 92
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/admin/eventActionsTest.php
END
defaultActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 94
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/admin/defaultActionsTest.php
END

View File

@@ -0,0 +1,52 @@
10
dir
55
http://barnabas/svn/pae.co.at/trunk/proactiveenglish/test/functional/admin
http://barnabas/svn
2009-05-28T02:14:48.119086Z
25
ben
5f44b648-3ce2-dc11-a6be-00b0d029fcea
eventActionsTest.php
file
2009-05-28T02:26:34.000000Z
bcc51a929b255495a77fedda84fb3c1c
2009-05-28T02:14:48.119086Z
25
ben
defaultActionsTest.php
file
2009-05-28T02:26:34.000000Z
5c9bbffb504189deb1469aa763e0170e
2009-05-28T02:14:48.119086Z
25
ben

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/default/index')->
isStatusCode(200)->
isRequestParameter('module', 'default')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/event/index')->
isStatusCode(200)->
isRequestParameter('module', 'event')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/default/index')->
isStatusCode(200)->
isRequestParameter('module', 'default')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/event/index')->
isStatusCode(200)->
isRequestParameter('module', 'event')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,65 @@
K 25
svn:wc:ra_dav:version-url
V 74
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend
END
homeActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 94
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/homeActionsTest.php
END
whereActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 95
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/whereActionsTest.php
END
infoActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 94
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/infoActionsTest.php
END
howdowedoitActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 101
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/howdowedoitActionsTest.php
END
layoutActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 96
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/layoutActionsTest.php
END
userActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 94
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/userActionsTest.php
END
whoareweActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 98
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/whoareweActionsTest.php
END
coursesActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 97
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/coursesActionsTest.php
END
defaultActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 97
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/defaultActionsTest.php
END
whatdowedoActionsTest.php
K 25
svn:wc:ra_dav:version-url
V 100
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/functional/frontend/whatdowedoActionsTest.php
END

View File

@@ -0,0 +1,148 @@
10
dir
55
http://barnabas/svn/pae.co.at/trunk/proactiveenglish/test/functional/frontend
http://barnabas/svn
2009-05-28T02:14:48.119086Z
25
ben
5f44b648-3ce2-dc11-a6be-00b0d029fcea
homeActionsTest.php
file
2009-05-28T02:26:34.000000Z
7271d95bb26a03b136fd5c2028b529b8
2009-05-28T02:14:48.119086Z
25
ben
whereActionsTest.php
file
2009-05-28T02:26:34.000000Z
ab19dd9422d71e7b4ffaa6754d193d31
2009-05-28T02:14:48.119086Z
25
ben
infoActionsTest.php
file
2009-05-28T02:26:34.000000Z
ba3716a8297d2f8b340590895ada8609
2009-05-28T02:14:48.119086Z
25
ben
howdowedoitActionsTest.php
file
2009-05-28T02:26:34.000000Z
7bb2fb43b70b6132175bf1f860dd1a3a
2009-05-28T02:14:48.119086Z
25
ben
layoutActionsTest.php
file
2009-05-28T02:26:34.000000Z
e119a97769aa91acf8eebffbb48f5363
2009-05-28T02:14:48.119086Z
25
ben
userActionsTest.php
file
2009-05-28T02:26:34.000000Z
7347236f9c6cd6581510d211e7eae124
2009-05-28T02:14:48.119086Z
25
ben
whoareweActionsTest.php
file
2009-05-28T02:26:34.000000Z
4094e1487633ad87baaa0990bcdcfb86
2009-05-28T02:14:48.119086Z
25
ben
coursesActionsTest.php
file
2009-05-28T02:26:34.000000Z
946f8d53d3234690f0c7696986d60fa2
2009-05-28T02:14:48.119086Z
25
ben
defaultActionsTest.php
file
2009-05-28T02:26:34.000000Z
5c9bbffb504189deb1469aa763e0170e
2009-05-28T02:14:48.119086Z
25
ben
whatdowedoActionsTest.php
file
2009-05-28T02:26:34.000000Z
0b549e270d9aced10c19fc05db83bae9
2009-05-28T02:14:48.119086Z
25
ben

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/courses/index')->
isStatusCode(200)->
isRequestParameter('module', 'courses')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/default/index')->
isStatusCode(200)->
isRequestParameter('module', 'default')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/home/index')->
isStatusCode(200)->
isRequestParameter('module', 'home')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/howdowedoit/index')->
isStatusCode(200)->
isRequestParameter('module', 'howdowedoit')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/info/index')->
isStatusCode(200)->
isRequestParameter('module', 'info')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/layout/index')->
isStatusCode(200)->
isRequestParameter('module', 'layout')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/user/index')->
isStatusCode(200)->
isRequestParameter('module', 'user')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/whatdowedo/index')->
isStatusCode(200)->
isRequestParameter('module', 'whatdowedo')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/where/index')->
isStatusCode(200)->
isRequestParameter('module', 'where')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/whoarewe/index')->
isStatusCode(200)->
isRequestParameter('module', 'whoarewe')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/courses/index')->
isStatusCode(200)->
isRequestParameter('module', 'courses')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/default/index')->
isStatusCode(200)->
isRequestParameter('module', 'default')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/home/index')->
isStatusCode(200)->
isRequestParameter('module', 'home')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/howdowedoit/index')->
isStatusCode(200)->
isRequestParameter('module', 'howdowedoit')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/info/index')->
isStatusCode(200)->
isRequestParameter('module', 'info')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/layout/index')->
isStatusCode(200)->
isRequestParameter('module', 'layout')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/user/index')->
isStatusCode(200)->
isRequestParameter('module', 'user')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/whatdowedo/index')->
isStatusCode(200)->
isRequestParameter('module', 'whatdowedo')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/where/index')->
isStatusCode(200)->
isRequestParameter('module', 'where')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;

View File

@@ -0,0 +1,15 @@
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/whoarewe/index')->
isStatusCode(200)->
isRequestParameter('module', 'whoarewe')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;