Lines Matching refs:content
25 $content = $response->getContent();
26 $this->assertTrue(!empty($content));
30 preg_match_all('#<h1[^>]*>Headline2</h1[^>]*>#', $content, $matches, PREG_SET_ORDER);
45 $result = preg_match($pattern, $content, $formA);
58 $content = $response->getContent();
62 $content = str_replace("\n", " ", $content);
67 $result = preg_match($pattern, $content, $editForm);
108 $content = $response->getContent();
109 $this->assertTrue(!empty($content));
113 preg_match_all('#<h1[^>]*>Headline2</h1[^>]*>#', $content, $matches, PREG_SET_ORDER);
128 $result = preg_match($pattern, $content, $formB);
141 $content = $response->getContent();
145 $content = str_replace("\n", " ", $content);
150 $result = preg_match($pattern, $content, $editForm);