<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="C:\wamp64\www\splash_academy_evolv\phpunit.xml.dist" tests="28" assertions="108" errors="0" failures="0" skipped="0" time="82.209795">
    <testsuite name="App" tests="28" assertions="108" errors="0" failures="0" skipped="0" time="82.209795">
      <testsuite name="AlertsFeatureTest" file="C:\wamp64\www\splash_academy_evolv\tests\feature\AlertsFeatureTest.php" tests="1" assertions="6" errors="0" failures="0" skipped="0" time="3.929265">
        <testcase name="testCoachAlertsAreScopedAndNotificationCanBeMarkedRead" file="C:\wamp64\www\splash_academy_evolv\tests\feature\AlertsFeatureTest.php" line="25" class="AlertsFeatureTest" classname="AlertsFeatureTest" assertions="6" time="3.929265"/>
      </testsuite>
      <testsuite name="AttendanceFeatureTest" file="C:\wamp64\www\splash_academy_evolv\tests\feature\AttendanceFeatureTest.php" tests="2" assertions="8" errors="0" failures="0" skipped="0" time="7.223084">
        <testcase name="testCoachCanCreateSessionAndSaveCheckInForOwnGroup" file="C:\wamp64\www\splash_academy_evolv\tests\feature\AttendanceFeatureTest.php" line="25" class="AttendanceFeatureTest" classname="AttendanceFeatureTest" assertions="7" time="3.650594"/>
        <testcase name="testCoachCannotAccessForeignSession" file="C:\wamp64\www\splash_academy_evolv\tests\feature\AttendanceFeatureTest.php" line="90" class="AttendanceFeatureTest" classname="AttendanceFeatureTest" assertions="1" time="3.572490"/>
      </testsuite>
      <testsuite name="AuthenticationFlowTest" file="C:\wamp64\www\splash_academy_evolv\tests\feature\AuthenticationFlowTest.php" tests="2" assertions="6" errors="0" failures="0" skipped="0" time="7.269700">
        <testcase name="testLoginPageRenders" file="C:\wamp64\www\splash_academy_evolv\tests\feature\AuthenticationFlowTest.php" line="22" class="AuthenticationFlowTest" classname="AuthenticationFlowTest" assertions="1" time="3.530667"/>
        <testcase name="testAdminCanLoginAndLogout" file="C:\wamp64\www\splash_academy_evolv\tests\feature\AuthenticationFlowTest.php" line="29" class="AuthenticationFlowTest" classname="AuthenticationFlowTest" assertions="5" time="3.739033"/>
      </testsuite>
      <testsuite name="ChildrenFeatureTest" file="C:\wamp64\www\splash_academy_evolv\tests\feature\ChildrenFeatureTest.php" tests="2" assertions="12" errors="0" failures="0" skipped="0" time="6.983155">
        <testcase name="testCoachIndexIsScopedAndForeignProfileIsForbidden" file="C:\wamp64\www\splash_academy_evolv\tests\feature\ChildrenFeatureTest.php" line="29" class="ChildrenFeatureTest" classname="ChildrenFeatureTest" assertions="4" time="3.511559"/>
        <testcase name="testAdminCanCreateChildWithGuardianAndAssignments" file="C:\wamp64\www\splash_academy_evolv\tests\feature\ChildrenFeatureTest.php" line="47" class="ChildrenFeatureTest" classname="ChildrenFeatureTest" assertions="8" time="3.471596"/>
      </testsuite>
      <testsuite name="CoachesFeatureTest" file="C:\wamp64\www\splash_academy_evolv\tests\feature\CoachesFeatureTest.php" tests="2" assertions="12" errors="0" failures="0" skipped="0" time="7.380906">
        <testcase name="testCoachCannotAccessAdminOnlyCreateForms" file="C:\wamp64\www\splash_academy_evolv\tests\feature\CoachesFeatureTest.php" line="26" class="CoachesFeatureTest" classname="CoachesFeatureTest" assertions="4" time="3.484214"/>
        <testcase name="testAdminCanCreateCoachWithAvailabilityAndAccount" file="C:\wamp64\www\splash_academy_evolv\tests\feature\CoachesFeatureTest.php" line="38" class="CoachesFeatureTest" classname="CoachesFeatureTest" assertions="8" time="3.896692"/>
      </testsuite>
      <testsuite name="DashboardAccessTest" file="C:\wamp64\www\splash_academy_evolv\tests\feature\DashboardAccessTest.php" tests="3" assertions="8" errors="0" failures="0" skipped="0" time="10.407775">
        <testcase name="testAdminSeesGlobalDashboard" file="C:\wamp64\www\splash_academy_evolv\tests\feature\DashboardAccessTest.php" line="25" class="DashboardAccessTest" classname="DashboardAccessTest" assertions="3" time="3.480916"/>
        <testcase name="testCoachDashboardIsScopedToOwnChildren" file="C:\wamp64\www\splash_academy_evolv\tests\feature\DashboardAccessTest.php" line="37" class="DashboardAccessTest" classname="DashboardAccessTest" assertions="4" time="3.478143"/>
        <testcase name="testParentCannotAccessDashboard" file="C:\wamp64\www\splash_academy_evolv\tests\feature\DashboardAccessTest.php" line="50" class="DashboardAccessTest" classname="DashboardAccessTest" assertions="1" time="3.448716"/>
      </testsuite>
      <testsuite name="EvaluationsFeatureTest" file="C:\wamp64\www\splash_academy_evolv\tests\feature\EvaluationsFeatureTest.php" tests="3" assertions="18" errors="0" failures="0" skipped="0" time="10.646789">
        <testcase name="testCoachCanCreateFullEvaluationForOwnChild" file="C:\wamp64\www\splash_academy_evolv\tests\feature\EvaluationsFeatureTest.php" line="25" class="EvaluationsFeatureTest" classname="EvaluationsFeatureTest" assertions="9" time="3.647268"/>
        <testcase name="testQuickCheckReadyDoesNotSetPromotionSignal" file="C:\wamp64\www\splash_academy_evolv\tests\feature\EvaluationsFeatureTest.php" line="78" class="EvaluationsFeatureTest" classname="EvaluationsFeatureTest" assertions="7" time="3.472187"/>
        <testcase name="testCoachCannotEvaluateForeignChild" file="C:\wamp64\www\splash_academy_evolv\tests\feature\EvaluationsFeatureTest.php" line="124" class="EvaluationsFeatureTest" classname="EvaluationsFeatureTest" assertions="2" time="3.527335"/>
      </testsuite>
      <testsuite name="JourneyFeatureTest" file="C:\wamp64\www\splash_academy_evolv\tests\feature\JourneyFeatureTest.php" tests="1" assertions="3" errors="0" failures="0" skipped="0" time="3.464966">
        <testcase name="testCoachJourneyIsScopedToOwnChildren" file="C:\wamp64\www\splash_academy_evolv\tests\feature\JourneyFeatureTest.php" line="25" class="JourneyFeatureTest" classname="JourneyFeatureTest" assertions="3" time="3.464966"/>
      </testsuite>
      <testsuite name="ReportsFeatureTest" file="C:\wamp64\www\splash_academy_evolv\tests\feature\ReportsFeatureTest.php" tests="5" assertions="18" errors="0" failures="0" skipped="0" time="17.979462">
        <testcase name="testCoachPromotionReportIsScoped" file="C:\wamp64\www\splash_academy_evolv\tests\feature\ReportsFeatureTest.php" line="25" class="ReportsFeatureTest" classname="ReportsFeatureTest" assertions="3" time="3.474822"/>
        <testcase name="testAdminCanViewChildProgressReport" file="C:\wamp64\www\splash_academy_evolv\tests\feature\ReportsFeatureTest.php" line="38" class="ReportsFeatureTest" classname="ReportsFeatureTest" assertions="3" time="3.476083"/>
        <testcase name="testCoachCanExportScopedCsvReport" file="C:\wamp64\www\splash_academy_evolv\tests\feature\ReportsFeatureTest.php" line="52" class="ReportsFeatureTest" classname="ReportsFeatureTest" assertions="6" time="3.457948"/>
        <testcase name="testAdminCanExportPdfReport" file="C:\wamp64\www\splash_academy_evolv\tests\feature\ReportsFeatureTest.php" line="67" class="ReportsFeatureTest" classname="ReportsFeatureTest" assertions="5" time="4.102242"/>
        <testcase name="testParentCannotExportReports" file="C:\wamp64\www\splash_academy_evolv\tests\feature\ReportsFeatureTest.php" line="81" class="ReportsFeatureTest" classname="ReportsFeatureTest" assertions="1" time="3.468367"/>
      </testsuite>
      <testsuite name="AttendanceServiceTest" file="C:\wamp64\www\splash_academy_evolv\tests\unit\AttendanceServiceTest.php" tests="2" assertions="2" errors="0" failures="0" skipped="0" time="0.012748">
        <testcase name="testCalculateRateFromBreakdownCountsRecoveryAsAttendance" file="C:\wamp64\www\splash_academy_evolv\tests\unit\AttendanceServiceTest.php" line="10" class="AttendanceServiceTest" classname="AttendanceServiceTest" assertions="1" time="0.006399"/>
        <testcase name="testCalculateRateReturnsZeroForEmptyTotals" file="C:\wamp64\www\splash_academy_evolv\tests\unit\AttendanceServiceTest.php" line="22" class="AttendanceServiceTest" classname="AttendanceServiceTest" assertions="1" time="0.006348"/>
      </testsuite>
      <testsuite name="DashboardServiceTest" file="C:\wamp64\www\splash_academy_evolv\tests\unit\DashboardServiceTest.php" tests="2" assertions="10" errors="0" failures="0" skipped="0" time="6.892564">
        <testcase name="testDashboardMetricsUseSeededData" file="C:\wamp64\www\splash_academy_evolv\tests\unit\DashboardServiceTest.php" line="21" class="DashboardServiceTest" classname="DashboardServiceTest" assertions="7" time="3.437871"/>
        <testcase name="testCoachDashboardLocksCoachFilter" file="C:\wamp64\www\splash_academy_evolv\tests\unit\DashboardServiceTest.php" line="35" class="DashboardServiceTest" classname="DashboardServiceTest" assertions="3" time="3.454693"/>
      </testsuite>
      <testsuite name="EvaluationEngineServiceTest" file="C:\wamp64\www\splash_academy_evolv\tests\unit\EvaluationEngineServiceTest.php" tests="3" assertions="5" errors="0" failures="0" skipped="0" time="0.019381">
        <testcase name="testWeightedAverageIsCalculated" file="C:\wamp64\www\splash_academy_evolv\tests\unit\EvaluationEngineServiceTest.php" line="10" class="EvaluationEngineServiceTest" classname="EvaluationEngineServiceTest" assertions="1" time="0.005891"/>
        <testcase name="testCriticalCriterionBlocksReadyStatus" file="C:\wamp64\www\splash_academy_evolv\tests\unit\EvaluationEngineServiceTest.php" line="22" class="EvaluationEngineServiceTest" classname="EvaluationEngineServiceTest" assertions="2" time="0.007063"/>
        <testcase name="testReadyCriteriaReturnPromotionSignal" file="C:\wamp64\www\splash_academy_evolv\tests\unit\EvaluationEngineServiceTest.php" line="40" class="EvaluationEngineServiceTest" classname="EvaluationEngineServiceTest" assertions="2" time="0.006427"/>
      </testsuite>
    </testsuite>
  </testsuite>
</testsuites>
