Skip to content

Commit

Permalink
DEV: tests - views: participantsSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 15, 2017
1 parent fb36d50 commit 5d21cee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions application/views/admin/participants/summary_view.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<?php
/* @var $this AdminController */

// DO NOT REMOVE This is for automated testing to validate we see that page
echo viewHelper::getViewTestTag('participantsSummary');

?>
<div class="col-lg-12 list-surveys">
<h3><?php eT("Central participants database summary"); ?></h3>

Expand Down
1 change: 1 addition & 0 deletions tests/data/views/adminParticipantsViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// --------------------------------------------------

['displayParticipants', ['route'=>'participants/sa/displayParticipants']],
['participantsSummary', ['route'=>'participants/sa/index']],


];

0 comments on commit 5d21cee

Please sign in to comment.