<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\phpunit.dist.xml" tests="14" assertions="26" errors="2" failures="0" skipped="0" time="0.034442">
    <testsuite name="App" tests="14" assertions="26" errors="2" failures="0" skipped="0" time="0.034442">
      <testsuite name="ExampleDatabaseTest" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\database\ExampleDatabaseTest.php" tests="2" assertions="0" errors="2" failures="0" skipped="0" time="0.000000">
        <testcase name="testModelFindAll" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\database\ExampleDatabaseTest.php" line="17" class="ExampleDatabaseTest" classname="ExampleDatabaseTest" assertions="0" time="0.000000">
          <error type="CodeIgniter\Exceptions\CriticalError">ExampleDatabaseTest::testModelFindAll&#13;
CodeIgniter\Exceptions\CriticalError: The required PHP extension "sqlite3" is not loaded. Install and enable it to use "SQLite3" driver.
&#13;
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Database\Database.php:186
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Database\Database.php:59
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Database\Config.php:82
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Test\DatabaseTestTrait.php:90
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Test\DatabaseTestTrait.php:67
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Test\CIUnitTestCase.php:254</error>
        </testcase>
        <testcase name="testSoftDeleteLeavesRow" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\database\ExampleDatabaseTest.php" line="28" class="ExampleDatabaseTest" classname="ExampleDatabaseTest" assertions="0" time="0.000000">
          <error type="CodeIgniter\Exceptions\CriticalError">ExampleDatabaseTest::testSoftDeleteLeavesRow&#13;
CodeIgniter\Exceptions\CriticalError: The required PHP extension "sqlite3" is not loaded. Install and enable it to use "SQLite3" driver.
&#13;
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Database\Database.php:186
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Database\Database.php:59
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Database\Config.php:82
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Test\DatabaseTestTrait.php:90
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Test\DatabaseTestTrait.php:67
C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\vendor\codeigniter4\framework\system\Test\CIUnitTestCase.php:254</error>
        </testcase>
      </testsuite>
      <testsuite name="ExampleSessionTest" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\session\ExampleSessionTest.php" tests="1" assertions="1" errors="0" failures="0" skipped="0" time="0.003993">
        <testcase name="testSessionSimple" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\session\ExampleSessionTest.php" line="10" class="ExampleSessionTest" classname="ExampleSessionTest" assertions="1" time="0.003993"/>
      </testsuite>
      <testsuite name="GanttCriticalPathServiceTest" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\GanttCriticalPathServiceTest.php" tests="5" assertions="15" errors="0" failures="0" skipped="0" time="0.008072">
        <testcase name="testFinishToStartMakesASequentialChainCritical" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\GanttCriticalPathServiceTest.php" line="28" class="GanttCriticalPathServiceTest" classname="GanttCriticalPathServiceTest" assertions="4" time="0.003262"/>
        <testcase name="testStartToStartAllowsShorterSuccessorSlack" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\GanttCriticalPathServiceTest.php" line="40" class="GanttCriticalPathServiceTest" classname="GanttCriticalPathServiceTest" assertions="3" time="0.001413"/>
        <testcase name="testFinishToFinishAlignsBothTaskFinishes" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\GanttCriticalPathServiceTest.php" line="51" class="GanttCriticalPathServiceTest" classname="GanttCriticalPathServiceTest" assertions="2" time="0.000913"/>
        <testcase name="testStartToFinishDoesNotBehaveLikeFinishToStart" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\GanttCriticalPathServiceTest.php" line="61" class="GanttCriticalPathServiceTest" classname="GanttCriticalPathServiceTest" assertions="3" time="0.001063"/>
        <testcase name="testSlackUsesWorkingTimeAcrossAWeekend" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\GanttCriticalPathServiceTest.php" line="72" class="GanttCriticalPathServiceTest" classname="GanttCriticalPathServiceTest" assertions="3" time="0.001421"/>
      </testsuite>
      <testsuite name="HealthTest" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\HealthTest.php" tests="2" assertions="3" errors="0" failures="0" skipped="0" time="0.018377">
        <testcase name="testIsDefinedAppPath" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\HealthTest.php" line="12" class="HealthTest" classname="HealthTest" assertions="1" time="0.001876"/>
        <testcase name="testBaseUrlHasBeenSet" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\HealthTest.php" line="17" class="HealthTest" classname="HealthTest" assertions="2" time="0.016502"/>
      </testsuite>
      <testsuite name="WorkCalendarServiceTest" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\WorkCalendarServiceTest.php" tests="4" assertions="7" errors="0" failures="0" skipped="0" time="0.003999">
        <testcase name="testAddingWorkAcrossWeekendPreservesWorkingDuration" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\WorkCalendarServiceTest.php" line="20" class="WorkCalendarServiceTest" classname="WorkCalendarServiceTest" assertions="2" time="0.001122"/>
        <testcase name="testObservedHolidayReplacesOfficialDate" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\WorkCalendarServiceTest.php" line="31" class="WorkCalendarServiceTest" classname="WorkCalendarServiceTest" assertions="2" time="0.000932"/>
        <testcase name="testWorkingOverrideCanOpenAWeekend" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\WorkCalendarServiceTest.php" line="45" class="WorkCalendarServiceTest" classname="WorkCalendarServiceTest" assertions="2" time="0.000918"/>
        <testcase name="testNonWorkingExceptionTakesPriorityOverWeekday" file="C:\Users\andre\OneDrive\Documentos\Andrew\Mangoo\Proyectos\Mangoo13\tests\unit\WorkCalendarServiceTest.php" line="61" class="WorkCalendarServiceTest" classname="WorkCalendarServiceTest" assertions="1" time="0.001027"/>
      </testsuite>
    </testsuite>
  </testsuite>
</testsuites>
