You are here

protected function AgreementTestCase::isUserProfileEditPage in Agreement 6

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

File

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

Class

AgreementTestCase
@file Tests for the Agreement module

Code

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