diff --git a/build.default.properties b/build.default.properties index b07cf3c..034a8c7 100644 --- a/build.default.properties +++ b/build.default.properties @@ -69,20 +69,22 @@ csslint.rules.break = parsing-errors # The url from where to download rhino rhino.url = http://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip +#-- Begin phpunit bootstrap configuration +#-- to trigger phpunit without bootstrap comment out/disable phpunit.upal.repository.url # The phpunit-drupal integration library to use # alternative is https://github.com/weitzman/upal which continues the assumption of 'System Under Test' the site being tested is the actual site and drupal provides pseudo # clone through adhoc cloning of db tables with sut prefix # https://github.com/chriscalip/upal.git is ACS based, Assume Clone Site. assumption the site being tested is cloned, and its ok to create content, orders, etc.. phpunit.upal.repository.url = https://github.com/chriscalip/upal.git -phpunit.upal.repository.revision = master - +# phpunit.upal.repository.revision = master # sample manual command line trigger : # phpunit --bootstrap drupal_test_case.php --configuration phpunit.xml --log-junit logfile.xml XXXXXUnitTest.php - # (PHPUnit-Drupal integration class) upal bootstrap file name, A "bootstrap" PHP file that is run before the tests. @link http://www.phpunit.de/manual/current/en/textui.html project.phpunit.bootstrap = drupal_test_case.php # (PHPUnit-Drupal integration class) upal configuration file name project.phpunit.configuration = phpunit.xml +#-- End phpunit bootstrap configuration + # Chosen File Pattern by project for phpunit ie.. ExampleUnitTest.php SampleUnitTest.php project.phpunit.filepattern = UnitTest.php diff --git a/build.xml b/build.xml index 35b2bec..48f244b 100644 --- a/build.xml +++ b/build.xml @@ -1373,12 +1373,7 @@ http://www.phing.info/trac/ticket/437 - - - - - - + @@ -1388,12 +1383,28 @@ http://www.phing.info/trac/ticket/437 - + + + + + + + + + + + + + + + + + - + @@ -1408,12 +1419,30 @@ http://www.phing.info/trac/ticket/437 + + + + + + + + + + + + + + +