You are here

protected function AgreementTestCase::isFrontPage in Agreement 6

Same name and namespace in other branches
  1. 6.2 agreement.test \AgreementTestCase::isFrontPage()
  2. 7.2 agreement.test \AgreementTestCase::isFrontPage()
1 call to AgreementTestCase::isFrontPage()
AgreementCustomUnprivilegedUserTestCase::testAgreementDestination in ./agreement.test

File

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

Class

AgreementTestCase
@file Tests for the Agreement module

Code

protected function isFrontPage() {
  $this
    ->assertEqual($this->base_url . '/node', $this
    ->getURL(), t('On front page') . ': ' . $this
    ->getUrl());
}