phpunit.dist.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit bootstrap="./bootstrap.php">
  3. <testsuites>
  4. <testsuite name="Translatable Extension">
  5. <directory suffix=".php">./Gedmo/Translatable/</directory>
  6. </testsuite>
  7. <testsuite name="Sluggable Extension">
  8. <directory suffix=".php">./Gedmo/Sluggable/</directory>
  9. </testsuite>
  10. <testsuite name="Tree Extension">
  11. <file>./Gedmo/Tree/ConcurrencyTest.php</file>
  12. <file>./Gedmo/Tree/MultiInheritanceTest.php</file>
  13. <file>./Gedmo/Tree/MultiInheritanceTest2.php</file>
  14. <file>./Gedmo/Tree/NestedTreeRootRepositoryTest.php</file>
  15. <file>./Gedmo/Tree/NestedTreeRootTest.php</file>
  16. <file>./Gedmo/Tree/RepositoryTest.php</file>
  17. <file>./Gedmo/Tree/TranslatableSluggableTreeTest.php</file>
  18. <file>./Gedmo/Tree/TreeTest.php</file>
  19. <file>./Gedmo/Tree/InMemoryUpdatesTest.php</file>
  20. <file>./Gedmo/Tree/NestedTreePositionTest.php</file>
  21. </testsuite>
  22. <testsuite name="Timestampable Extension">
  23. <directory suffix=".php">./Gedmo/Timestampable/</directory>
  24. </testsuite>
  25. <testsuite name="Mapping Extension">
  26. <directory suffix=".php">./Gedmo/Mapping/</directory>
  27. </testsuite>
  28. <testsuite name="Loggable Extension">
  29. <directory suffix=".php">./Gedmo/Loggable/</directory>
  30. </testsuite>
  31. </testsuites>
  32. </phpunit>