1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <phpunit bootstrap="./bootstrap.php">
- <testsuites>
- <testsuite name="Translatable Extension">
- <directory suffix=".php">./DoctrineExtensions/Translatable/</directory>
- </testsuite>
- <testsuite name="Sluggable Extension">
- <directory suffix=".php">./DoctrineExtensions/Sluggable/</directory>
- </testsuite>
- <testsuite name="Tree Extension">
- <directory suffix=".php">./DoctrineExtensions/Tree/</directory>
- </testsuite>
- </testsuites>
- <php>
- <const name="DOCTRINE_LIBRARY_PATH" value="/path/to/library/where/Doctrine/located"/>
- </php>
- </phpunit>
|