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, $testDescr… function in strapTest
159 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
163 …$this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescriptio…
204 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
205 …$this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescriptio…
275 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
280 …$this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescriptio…
359 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
364 …$this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescriptio…
443 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
[all …]