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 54
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test
END

View File

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

View File

@@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 64
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/bootstrap
END
unit.php
K 25
svn:wc:ra_dav:version-url
V 73
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/bootstrap/unit.php
END
functional.php
K 25
svn:wc:ra_dav:version-url
V 79
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/test/bootstrap/functional.php
END

View File

@@ -0,0 +1,96 @@
10
dir
55
http://barnabas/svn/pae.co.at/trunk/proactiveenglish/test/bootstrap
http://barnabas/svn
2009-05-28T02:14:48.119086Z
25
ben
5f44b648-3ce2-dc11-a6be-00b0d029fcea
unit.php
file
2010-07-31T05:41:45.000000Z
0119292df15a762e60bda7c6eac871ea
2009-05-28T02:14:48.119086Z
25
ben
531
functional.php
file
2010-07-31T05:41:45.000000Z
0b83c4c852906124a594629f834e9e8c
2009-05-28T02:14:48.119086Z
25
ben
881

View File

@@ -0,0 +1,29 @@
<?php
/*
* This file is part of the symfony package.
* (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
// guess current application
if (!isset($app))
{
$traces = debug_backtrace();
$caller = $traces[0];
$app = array_pop(explode(DIRECTORY_SEPARATOR, dirname($caller['file'])));
}
// define symfony constant
define('SF_ROOT_DIR', realpath(dirname(__FILE__).'/../..'));
define('SF_APP', $app);
define('SF_ENVIRONMENT', 'test');
define('SF_DEBUG', true);
// initialize symfony
require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
// remove all cache
sfToolkit::clearDirectory(sfConfig::get('sf_cache_dir'));

View File

@@ -0,0 +1,17 @@
<?php
/*
* This file is part of the symfony package.
* (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
$_test_dir = realpath(dirname(__FILE__).'/..');
define('SF_ROOT_DIR', realpath($_test_dir.'/..'));
// symfony directories
include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
require_once($sf_symfony_lib_dir.'/vendor/lime/lime.php');

View File

@@ -0,0 +1,29 @@
<?php
/*
* This file is part of the symfony package.
* (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
// guess current application
if (!isset($app))
{
$traces = debug_backtrace();
$caller = $traces[0];
$app = array_pop(explode(DIRECTORY_SEPARATOR, dirname($caller['file'])));
}
// define symfony constant
define('SF_ROOT_DIR', realpath(dirname(__FILE__).'/../..'));
define('SF_APP', $app);
define('SF_ENVIRONMENT', 'test');
define('SF_DEBUG', true);
// initialize symfony
require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
// remove all cache
sfToolkit::clearDirectory(sfConfig::get('sf_cache_dir'));

View File

@@ -0,0 +1,17 @@
<?php
/*
* This file is part of the symfony package.
* (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
$_test_dir = realpath(dirname(__FILE__).'/..');
define('SF_ROOT_DIR', realpath($_test_dir.'/..'));
// symfony directories
include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
require_once($sf_symfony_lib_dir.'/vendor/lime/lime.php');

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,96 @@
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
2010-07-31T05:41:45.000000Z
bcc51a929b255495a77fedda84fb3c1c
2009-05-28T02:14:48.119086Z
25
ben
361
defaultActionsTest.php
file
2010-07-31T05:41:45.000000Z
5c9bbffb504189deb1469aa763e0170e
2009-05-28T02:14:48.119086Z
25
ben
365

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,368 @@
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
2010-07-31T05:41:45.000000Z
7271d95bb26a03b136fd5c2028b529b8
2009-05-28T02:14:48.119086Z
25
ben
359
whereActionsTest.php
file
2010-07-31T05:41:45.000000Z
ab19dd9422d71e7b4ffaa6754d193d31
2009-05-28T02:14:48.119086Z
25
ben
361
infoActionsTest.php
file
2010-07-31T05:41:45.000000Z
ba3716a8297d2f8b340590895ada8609
2009-05-28T02:14:48.119086Z
25
ben
359
howdowedoitActionsTest.php
file
2010-07-31T05:41:45.000000Z
7bb2fb43b70b6132175bf1f860dd1a3a
2009-05-28T02:14:48.119086Z
25
ben
373
layoutActionsTest.php
file
2010-07-31T05:41:45.000000Z
e119a97769aa91acf8eebffbb48f5363
2009-05-28T02:14:48.119086Z
25
ben
363
userActionsTest.php
file
2010-07-31T05:41:45.000000Z
7347236f9c6cd6581510d211e7eae124
2009-05-28T02:14:48.119086Z
25
ben
359
whoareweActionsTest.php
file
2010-07-31T05:41:45.000000Z
4094e1487633ad87baaa0990bcdcfb86
2009-05-28T02:14:48.119086Z
25
ben
367
coursesActionsTest.php
file
2010-07-31T05:41:45.000000Z
946f8d53d3234690f0c7696986d60fa2
2009-05-28T02:14:48.119086Z
25
ben
365
defaultActionsTest.php
file
2010-07-31T05:41:45.000000Z
5c9bbffb504189deb1469aa763e0170e
2009-05-28T02:14:48.119086Z
25
ben
365
whatdowedoActionsTest.php
file
2010-07-31T05:41:45.000000Z
0b549e270d9aced10c19fc05db83bae9
2009-05-28T02:14:48.119086Z
25
ben
371

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

View File

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

View File

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