rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

phpunit.xml.dist (398B)


      1 <?xml version="1.0"?>
      2 <phpunit bootstrap="vendor/autoload.php" strict="true" colors="true">
      3     <testsuites>
      4         <testsuite name="Test Suite">
      5             <directory>./tests/</directory>
      6         </testsuite>
      7     </testsuites>
      8     <php>
      9         <var name="DB_DSN" value="sqlite::memory:" />
     10         <var name="DB_USER" value="" />
     11         <var name="DB_PASSWD" value="" />
     12     </php>
     13 </phpunit>