phpunit.xml.dist 1.3 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="Sortable Extension">
  11. <directory suffix=".php">./Gedmo/Sortable/</directory>
  12. </testsuite>
  13. <testsuite name="Tree Extension">
  14. <directory suffix=".php">./Gedmo/Tree/</directory>
  15. </testsuite>
  16. <testsuite name="Timestampable Extension">
  17. <directory suffix=".php">./Gedmo/Timestampable/</directory>
  18. </testsuite>
  19. <testsuite name="Mapping Extension">
  20. <directory suffix=".php">./Gedmo/Mapping/</directory>
  21. </testsuite>
  22. <testsuite name="Loggable Extension">
  23. <directory suffix=".php">./Gedmo/Loggable/</directory>
  24. </testsuite>
  25. <testsuite name="Sortable Extension">
  26. <directory suffix=".php">./Gedmo/Sortable/</directory>
  27. </testsuite>
  28. <testsuite name="Object wrappers">
  29. <directory suffix=".php">./Gedmo/Wrapper/</directory>
  30. </testsuite>
  31. </testsuites>
  32. </phpunit>