Home
last modified time | relevance | path

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

/template/strap/_test/
H A DstrapTest.php43 * @param string $testDescription - the login type (anonymous, logged in, ...)
158 $testDescription = "Anonymous on version ($bootstrapStylesheetVersion)";
159 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
186 $testDescription = "Jquery on Boostrap 5 should be present";
204 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
221 $testDescription = "Anonymous for $bootstrapStylesheetVersion";
275 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
303 $testDescription = "Anonymous no cdn for $bootstrapStylesheetVersion";
359 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
476 $testDescription = "Logged in for $bootstrapStylesheetVersion";
[all …]