source: branches/eli_branch/tests/phpunit.xml @ 442

Last change on this file since 442 was 442, checked in by anonymous, 11 years ago

phpunit tests now work with phpunit 3.7

File size: 845 bytes
Line 
1<php 
2convertErrorsToExceptions="false"
3convertNoticesToExceptions="false"
4convertWarningsToExceptions="false"
5bootstrap="bootstrap.php"
6>
7  <includePath>.</includePath>
8  <includePath>/opt</includePath>
9  <env name="DB_NAME" value="sc_db"/>
10  <env name="DB_USER" value="sc"/>
11  <env name="DB_PASS" value="1234"/> 
12  <env name="DB_SERVER" value="localhost"/>
13  <testsuites>
14    <testsuite name="Codebase_Tests">
15      <file>AppTest.php</file>
16      <file>AuthFileTest.php</file>
17      <file>AuthorizeNetTest.php</file>
18      <file>AuthSQLTest.php</file>
19      <file>CSSTest.php</file>
20      <file>DBSessionHandlerTest.php</file>
21      <file>EmailTest.php</file>
22      <file>FormValidatorTest.php</file>
23      <file>LockTest.php</file>
24      <file>PayPalTest.php</file>
25      <file>VersionTest.php</file>
26    </testsuite>
27  </testsuites>
28</php>
Note: See TracBrowser for help on using the repository browser.