1 <?xml version="1.0" encoding="UTF-8"?>
   2 <phpunit backupGlobals="false"
   3          backupStaticAttributes="false"
   4          bootstrap="bootstrap/app.php"
    6          convertErrorsToExceptions="true"
   7          convertNoticesToExceptions="true"
   8          convertWarningsToExceptions="true"
   9          processIsolation="false"
      13         <testsuite name="Application Test Suite">
   14             <directory>./tests/</directory>
       19             <directory suffix=".php">app/</directory>
      23         <env name="APP_ENV" value="testing"/>
   24         <env name="CACHE_DRIVER" value="array"/>