Dear IP-formation.
Emmanuel ROY authored on 15/04/2015 14:45:541 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,14 @@ |
1 |
+<phpunit colors="true"> |
|
2 |
+ <testsuites> |
|
3 |
+ <testsuite name="Objet_Fichier"> |
|
4 |
+ <file>./fichiertest.class.php</file> |
|
5 |
+ <file>./Test.php</file> |
|
6 |
+ </testsuite> |
|
7 |
+ </testsuites> |
|
8 |
+ |
|
9 |
+ <logging> |
|
10 |
+ <log type="junit" target="../build/logs/phpunit.xml" /> |
|
11 |
+ <log type="testdox-html" target="../build/logs/phpunit.html" /> |
|
12 |
+ </logging> |
|
13 |
+ |
|
14 |
+</phpunit> |
|
0 | 15 |
\ No newline at end of file |