<phpunit
    bootstrap="tests/bootstrap-free.php"
    backupGlobals="false"
    colors="true"
    convertErrorsToExceptions="true"
    convertNoticesToExceptions="true"
    convertWarningsToExceptions="true"
    >
    <testsuites>                  
          <testsuite name="basic">            
            <file>tests/free-edition-test-posts.php</file>            
            <file>tests/free-edition-test-pages.php</file>            
          </testsuite>
          <testsuite name="products">
            <directory prefix="free-edition-test-products-" suffix=".php">tests</directory>
          </testsuite>          
    </testsuites>
</phpunit>