You are here

protected function AgreementTestCase::isUserProfilePage in Agreement 6

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

File

./agreement.test, line 72
Tests for the Agreement module

Class

AgreementTestCase
@file Tests for the Agreement module

Code

protected function isUserProfilePage($uid) {
  $this
    ->assertEqual($this->base_url . '/user', $this
    ->getURL(), t('On user profile page') . ': ' . $this
    ->getUrl());
}