Home
last modified time | relevance | path

Searched refs:checkMeta (Results 1 – 1 of 1) sorted by relevance

/template/strap/_test/
H A DstrapTest.php45 private function checkMeta(TestResponse $response, $selector, $attr, $scriptSignatures, $testDescription) function in strapTest
159 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
163 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
204 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
205 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
275 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
280 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
359 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
364 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
443 $this->checkMeta(
[all...]