Skip to content

Commit

Permalink
DEV: tests - views: participantsAttributeControl
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 15, 2017
1 parent e8b4477 commit 10d931b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<?php
/* @var $this AdminController */

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

?>

<div class="col-xs-12 ">
<div class="pagetitle row h3">
<div class="col-xs-8 ">
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 @@ -12,6 +12,7 @@
['participantsSummary', ['route'=>'participants/sa/index']],
['importParticipants', ['route'=>'participants/sa/importCSV']],
['participantsBlacklistControl', ['route'=>'participants/sa/blacklistControl']],
['participantsAttributeControl', ['route'=>'participants/sa/attributeControl']],


];

0 comments on commit 10d931b

Please sign in to comment.