drupalGet('test_bulk_form'); // Ensure we have the form tag on the page. $xpath = $this->cssSelect('.views-form form'); $this->assertIdentical(count($xpath), 1, 'There is one views form on the page.'); // Ensure we don't have nested form elements. $result = (bool) preg_match('#]*?>(?!/form).*getSession()->getPage()->getContent()); $this->assertFalse($result, 'The views form element is not nested.'); } }