Skip to content

Commit

Permalink
Add a bootstrap.php.sample for the PHPUnit tests
Browse files Browse the repository at this point in the history
Also the bootstrap.php file is expected to have local changes,
so it's added to .gitignore.
  • Loading branch information
rombert committed Oct 20, 2009
1 parent 187aa66 commit 1ecd849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/.gitignore
@@ -0,0 +1 @@
bootstrap.php
4 changes: 4 additions & 0 deletions tests/bootstrap.php.sample
@@ -0,0 +1,4 @@
<?php
$GLOBALS['MANTIS_TESTSUITE_SOAP_ENABLED'] = true;
$GLOBALS['MANTIS_TESTSUITE_SOAP_HOST'] = 'http://localhost/mantisbt/api/soap/mantisconnect.php?wsdl';
?>

0 comments on commit 1ecd849

Please sign in to comment.