File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit
3+ backupGlobals =" false"
4+ backupStaticAttributes =" false"
5+ colors =" true"
6+ convertErrorsToExceptions =" true"
7+ convertNoticesToExceptions =" true"
8+ convertWarningsToExceptions =" true"
9+ processIsolation =" false"
10+ stopOnFailure =" false"
11+ syntaxCheck =" false" >
12+
13+ <testsuites >
14+ <testsuite name =" ezSQL Test Suite" >
15+ <directory suffix =" .php" >./tests/</directory >
16+ </testsuite >
17+ </testsuites >
18+
19+ <filter >
20+ <whitelist >
21+ <directory >./</directory >
22+ <exclude >
23+ <directory >./build</directory >
24+ <directory >./demo</directory >
25+ <directory >./docs</directory >
26+ <directory >./tests</directory >
27+ <directory >./vendor</directory >
28+ <file >./ez_sql_loader.php</file >
29+ </exclude >
30+ </whitelist >
31+ </filter >
32+
33+ <php >
34+ <var name =" DB_DSN" value =" mysql:dbname=ez_test;host=localhost" />
35+ <var name =" DB_USER" value =" ez_test" />
36+ <var name =" DB_PASSWD" value =" ezTest" />
37+ <var name =" DB_DBNAME" value =" ez_test" />
38+ </php >
39+ </phpunit >
You can’t perform that action at this time.
0 commit comments