1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <phpunit bootstrap="./bootstrap.php">
- <testsuites>
- <testsuite name="Translatable Extension">
- <directory suffix=".php">./Gedmo/Translatable/</directory>
- </testsuite>
- <testsuite name="Sluggable Extension">
- <directory suffix=".php">./Gedmo/Sluggable/</directory>
- </testsuite>
- <testsuite name="Tree Extension">
- <file>./Gedmo/Tree/ConcurrencyTest.php</file>
- <file>./Gedmo/Tree/MultiInheritanceTest.php</file>
- <file>./Gedmo/Tree/MultiInheritanceTest2.php</file>
- <file>./Gedmo/Tree/NestedTreeRootRepositoryTest.php</file>
- <file>./Gedmo/Tree/NestedTreeRootTest.php</file>
- <file>./Gedmo/Tree/RepositoryTest.php</file>
- <file>./Gedmo/Tree/TranslatableSluggableTreeTest.php</file>
- <file>./Gedmo/Tree/TreeTest.php</file>
- <file>./Gedmo/Tree/InMemoryUpdatesTest.php</file>
- <file>./Gedmo/Tree/NestedTreePositionTest.php</file>
- </testsuite>
- <testsuite name="Timestampable Extension">
- <directory suffix=".php">./Gedmo/Timestampable/</directory>
- </testsuite>
- <testsuite name="Mapping Extension">
- <directory suffix=".php">./Gedmo/Mapping/</directory>
- </testsuite>
- <testsuite name="Loggable Extension">
- <directory suffix=".php">./Gedmo/Loggable/</directory>
- </testsuite>
- </testsuites>
- </phpunit>
|