Lines Matching defs:response

38      * on the page (ie response)
39 * @param TestResponse $response
45 private function checkMeta(TestResponse $response, $selector, $attr, $scriptSignatures, $testDescription)
52 $domElements = $response->queryHTML($selector)->get();
150 $response = $request->get(array('id' => $pageId, '/doku.php'));
159 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
163 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
203 $response = $request->get(array('id' => $pageId, '/doku.php'));
204 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
205 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
265 $response = $request->get(array('id' => $pageId, '/doku.php'));
275 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
280 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
352 $response = $request->get(array('id' => $pageId, '/doku.php'));
359 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
364 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
438 $response = $request->get(array('id' => $pageId, '/doku.php'));
443 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
448 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
517 $response = $request->get(array('id' => $pageId, '/doku.php'));
522 $stylesheets = $response->queryHTML('link[rel="preload"]')->get();
528 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
533 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
586 $response = $request->get(array('id' => $pageId, '/doku.php'));
592 $stylesheets = $response->queryHTML('link[rel="preload"]')->get();
608 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
679 $response = $request->get(array('id' => $pageId));
682 $shortCut = $response->queryHTML('link[rel="shortcut icon"]');
687 $icons = $response->queryHTML('link[rel="icon"]');
701 $appleIcons = $response->queryHTML('link[rel="apple-touch-icon"]');
718 $response = $request->get(array('id' => $pageId, '/mediamanager.php'));
720 $generator = $response->queryHTML('meta[name="generator"]')->attr("content");
739 $response = $request->get(array('id' => $pageId, '/doku.php'));
741 $toolbarCount = $response->queryHTML('.railbar')->count();
747 $response = $request->get(array('id' => $pageId, '/doku.php'));
748 $toolbarCount = $response->queryHTML('.railbar')->count();
754 $response = $request->get(array('id' => $pageId, '/doku.php'));
755 $toolbarCount = $response->queryHTML('.railbar')->count();