You are here

protected function AgreementTestCase::isUserProfilePage in Agreement 6.2

Same name and namespace in other branches
  1. 6 agreement.test \AgreementTestCase::isUserProfilePage()
  2. 7.2 agreement.test \AgreementTestCase::isUserProfilePage()

File

./agreement.test, line 80
Tests for Agreement module.

Class

AgreementTestCase
@file Tests for Agreement module.

Code

protected function isUserProfilePage($uid) {
  $this
    ->assertUrl('user', array(), t('On user profile page') . ': ' . $this
    ->getUrl());
}