Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / permissions_by_term / tests / phpunit.xml.dist
index 592f9d326fd993147673837a86f86406dc663533..653f3788e9d548e94bc93945e57f6c48a02e8bc1 100644 (file)
     <!-- Do not limit the amount of memory tests take to run. -->
     <ini name="memory_limit" value="-1"/>
     <!-- Example SIMPLETEST_BASE_URL value: http://localhost -->
-    <env name="SIMPLETEST_BASE_URL" value="http://pbt"/>
+    <env name="SIMPLETEST_BASE_URL" value="http://pbt:8888"/>
     <!-- Example SIMPLETEST_DB value: mysql://username:password@localhost/databasename#table_prefix -->
-    <env name="SIMPLETEST_DB" value="sqlite://localhost//Users/peter/Dev/mamp/permissions-by-term/sites/default/files/db.sqlite"/>
+    <env name="SIMPLETEST_DB" value="sqlite://localhost//tmp/db.sqlite"/>
     <!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output -->
     <env name="BROWSERTEST_OUTPUT_DIRECTORY" value="/tmp"/>
   </php>
 
   <testsuites>
-    <testsuite name="Permissions by Term - Unit Test Suite">
+    <testsuite name="unit">
       <directory>./src/Unit</directory>
     </testsuite>
   </testsuites>
 
   <testsuites>
-    <testsuite name="Permissions by Term - Kernel Test Suite">
+    <testsuite name="kernel">
       <directory>./src/Kernel</directory>
     </testsuite>
   </testsuites>
 
   <testsuites>
-    <testsuite name="Permissions by Entity - Kernel Test Suite">
+    <testsuite name="Permissions by Entity - kernel">
       <directory>./../modules/permissions_by_entity/tests/src/Kernel</directory>
     </testsuite>
   </testsuites>
 
-</phpunit>
\ No newline at end of file
+</phpunit>