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,11 @@
K 25
svn:wc:ra_dav:version-url
V 83
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/data/symfony/skeleton/module/test
END
actionsTest.php
K 25
svn:wc:ra_dav:version-url
V 99
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/data/symfony/skeleton/module/test/actionsTest.php
END

View File

@@ -0,0 +1,62 @@
10
dir
55
http://barnabas/svn/pae.co.at/trunk/proactiveenglish/data/symfony/skeleton/module/test
http://barnabas/svn
2009-05-28T02:14:48.119086Z
25
ben
5f44b648-3ce2-dc11-a6be-00b0d029fcea
actionsTest.php
file
2010-07-31T05:42:41.000000Z
3034ce3201151b5a074e004bbb850826
2009-05-28T02:14:48.119086Z
25
ben
381

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('/##MODULE_NAME##/index')->
isStatusCode(200)->
isRequestParameter('module', '##MODULE_NAME##')->
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('/##MODULE_NAME##/index')->
isStatusCode(200)->
isRequestParameter('module', '##MODULE_NAME##')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;