Skip to content

Commit

Permalink
testAdminClickViews -test url
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Jan 2, 2018
1 parent d5502bc commit 3163f8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/controllers/AdminViewsTest.php
Expand Up @@ -181,7 +181,11 @@ public function testAdminClickViews($name,$view){
$user = \User::findByUsername($view['username']);
}

echo $user->users_name."-".$user->uid;

$view['clickId'] = ReplaceFields($view['clickId'],['{UID}'=>$user->primaryKey]);
echo $view['clickId'];
die;
$url = $this->getUrl($view);
$this->openView($url);

Expand Down

0 comments on commit 3163f8b

Please sign in to comment.