File tree 3 files changed +12
-10
lines changed
3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1033
1033
<file name =" AllTests.php" role =" test" />
1034
1034
<file name =" Autoload.php" role =" test" />
1035
1035
<file name =" bootstrap.php" role =" test" />
1036
- <file name =" phpunit.xml" role =" test" />
1037
1036
</dir > <!-- /test/Imp -->
1038
1037
</dir > <!-- /test -->
1039
1038
<dir name =" themes" >
2114
2113
<install as =" Imp/AllTests.php" name =" test/Imp/AllTests.php" />
2115
2114
<install as =" Imp/Autoload.php" name =" test/Imp/Autoload.php" />
2116
2115
<install as =" Imp/bootstrap.php" name =" test/Imp/bootstrap.php" />
2117
- <install as =" Imp/phpunit.xml" name =" test/Imp/phpunit.xml" />
2118
2116
<install as =" Imp/fixtures/test.eml" name =" test/Imp/fixtures/test.eml" />
2119
2117
<install as =" Imp/fixtures/test.mbox" name =" test/Imp/fixtures/test.mbox" />
2120
2118
<install as =" Imp/Stub/HtmlViewer.php" name =" test/Imp/Stub/HtmlViewer.php" />
Original file line number Diff line number Diff line change
1
+ <phpunit bootstrap =" test/Imp/bootstrap.php" colors =" true" >
2
+ <testsuites >
3
+ <testsuite >
4
+ <directory >test</directory >
5
+ </testsuite >
6
+ </testsuites >
7
+ <filter >
8
+ <whitelist >
9
+ <directory suffix =" .php" >lib</directory >
10
+ </whitelist >
11
+ </filter >
12
+ </phpunit >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments