function LegalLinkDisplayTestCase::testPageLinkDisplay in Legal 7.2
Same name and namespace in other branches
- 6.8 legal.test \LegalLinkDisplayTestCase::testPageLinkDisplay()
- 7 legal.test \LegalLinkDisplayTestCase::testPageLinkDisplay()
Test "Page Link" display.
File
- ./
legal.test, line 306 - Tests for Legal module.
Class
- LegalLinkDisplayTestCase
- Test "Page Link" display.
Code
function testPageLinkDisplay() {
$this
->drupalGet('user/register');
// Check presence of T&C link.
$this
->assertLink('Terms & Conditions', 0, 'T&C link found');
}