Skip to content

Commit

Permalink
Correct asserted view code
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Apr 26, 2024
1 parent f90d514 commit aaa021a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/comparisons/Template/testBakeView.php
Expand Up @@ -28,7 +28,7 @@
</tr>
<tr>
<th><?= __('Profile') ?></th>
<td><?= $author->has('profile') ? $this->Html->link($author->profile->id, ['controller' => 'Profiles', 'action' => 'view', $author->profile->id]) : '' ?></td>
<td><?= $author->has('profile') ? $this->Html->link($author->profile->nick, ['controller' => 'Profiles', 'action' => 'view', $author->profile->id]) : '' ?></td>
</tr>
<tr>
<th><?= __('Id') ?></th>
Expand Down

0 comments on commit aaa021a

Please sign in to comment.