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,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/')
;