|
8 | 8 | convertWarningsToExceptions="true"
|
9 | 9 | processIsolation="false"
|
10 | 10 | stopOnFailure="false"
|
11 |
| - bootstrap="./bootstrap.php" |
| 11 | + bootstrap="./tests/bootstrap.php" |
12 | 12 | xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
13 | 13 | >
|
14 | 14 | <coverage>
|
|
18 | 18 | </coverage>
|
19 | 19 | <testsuites>
|
20 | 20 | <testsuite name="Translatable Extension">
|
21 |
| - <directory suffix="Test.php">./Gedmo/Translatable/</directory> |
| 21 | + <directory suffix="Test.php">./tests/Gedmo/Translatable/</directory> |
22 | 22 | </testsuite>
|
23 | 23 | <testsuite name="Sluggable Extension">
|
24 |
| - <directory suffix="Test.php">./Gedmo/Sluggable/</directory> |
| 24 | + <directory suffix="Test.php">./tests/Gedmo/Sluggable/</directory> |
25 | 25 | </testsuite>
|
26 | 26 | <testsuite name="Sortable Extension">
|
27 |
| - <directory suffix="Test.php">./Gedmo/Sortable/</directory> |
| 27 | + <directory suffix="Test.php">./tests/Gedmo/Sortable/</directory> |
28 | 28 | </testsuite>
|
29 | 29 | <testsuite name="Tree Extension">
|
30 |
| - <directory suffix="Test.php">./Gedmo/Tree/</directory> |
| 30 | + <directory suffix="Test.php">./tests/Gedmo/Tree/</directory> |
31 | 31 | </testsuite>
|
32 | 32 | <testsuite name="Timestampable Extension">
|
33 |
| - <directory suffix="Test.php">./Gedmo/Timestampable/</directory> |
| 33 | + <directory suffix="Test.php">./tests/Gedmo/Timestampable/</directory> |
34 | 34 | </testsuite>
|
35 | 35 | <testsuite name="Blameable Extension">
|
36 |
| - <directory suffix="Test.php">./Gedmo/Blameable/</directory> |
| 36 | + <directory suffix="Test.php">./tests/Gedmo/Blameable/</directory> |
37 | 37 | </testsuite>
|
38 | 38 | <testsuite name="IpTraceable Extension">
|
39 |
| - <directory suffix="Test.php">./Gedmo/IpTraceable/</directory> |
| 39 | + <directory suffix="Test.php">./tests/Gedmo/IpTraceable/</directory> |
40 | 40 | </testsuite>
|
41 | 41 | <testsuite name="Mapping Extension">
|
42 |
| - <directory suffix="Test.php">./Gedmo/Mapping/</directory> |
| 42 | + <directory suffix="Test.php">./tests/Gedmo/Mapping/</directory> |
43 | 43 | </testsuite>
|
44 | 44 | <testsuite name="Loggable Extension">
|
45 |
| - <directory suffix="Test.php">./Gedmo/Loggable/</directory> |
| 45 | + <directory suffix="Test.php">./tests/Gedmo/Loggable/</directory> |
46 | 46 | </testsuite>
|
47 | 47 | <testsuite name="Sortable Extension">
|
48 |
| - <directory suffix="Test.php">./Gedmo/Sortable/</directory> |
| 48 | + <directory suffix="Test.php">./tests/Gedmo/Sortable/</directory> |
49 | 49 | </testsuite>
|
50 | 50 | <testsuite name="Object wrappers">
|
51 |
| - <directory suffix="Test.php">./Gedmo/Wrapper/</directory> |
| 51 | + <directory suffix="Test.php">./tests/Gedmo/Wrapper/</directory> |
52 | 52 | </testsuite>
|
53 | 53 | <testsuite name="Translator extension">
|
54 |
| - <directory suffix="Test.php">./Gedmo/Translator/</directory> |
| 54 | + <directory suffix="Test.php">./tests/Gedmo/Translator/</directory> |
55 | 55 | </testsuite>
|
56 | 56 | <testsuite name="SoftDeleteable Extension">
|
57 |
| - <directory suffix="Test.php">./Gedmo/SoftDeleteable/</directory> |
| 57 | + <directory suffix="Test.php">./tests/Gedmo/SoftDeleteable/</directory> |
58 | 58 | </testsuite>
|
59 | 59 | <testsuite name="Uploadable Extension">
|
60 |
| - <directory suffix="Test.php">./Gedmo/Uploadable/</directory> |
| 60 | + <directory suffix="Test.php">./tests/Gedmo/Uploadable/</directory> |
61 | 61 | </testsuite>
|
62 | 62 | <testsuite name="ReferenceIntegrity Extension">
|
63 |
| - <directory suffix="Test.php">./Gedmo/ReferenceIntegrity/</directory> |
| 63 | + <directory suffix="Test.php">./tests/Gedmo/ReferenceIntegrity/</directory> |
64 | 64 | </testsuite>
|
65 | 65 | <testsuite name="References Extension">
|
66 |
| - <directory suffix="Test.php">./Gedmo/References/</directory> |
| 66 | + <directory suffix="Test.php">./tests/Gedmo/References/</directory> |
67 | 67 | </testsuite>
|
68 | 68 | </testsuites>
|
69 | 69 | <php>
|
|
0 commit comments