Lines Matching refs:testDescription

43      * @param string $testDescription - the login type (anonymous, logged in, ...)
45 …e function checkMeta(TestResponse $response, $selector, $attr, $scriptSignatures, $testDescription) argument
77 …$this->assertTrue($patternFound !== 0, "Unable to find ($signatureToFind) for ${testDescription}");
82 …und, "All selected element have been found by a signature, for ($selector) on ${testDescription}");
158 $testDescription = "Anonymous on version ($bootstrapStylesheetVersion)";
159 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
163 …his->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
186 $testDescription = "Jquery on Boostrap 5 should be present";
204 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
205 …his->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
221 $testDescription = "Anonymous for $bootstrapStylesheetVersion";
275 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
280 …his->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
303 $testDescription = "Anonymous no cdn for $bootstrapStylesheetVersion";
359 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
364 …his->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
390 … $testDescription = "No Javascript for public user (Bootstrap $bootstrapStylesheetVersion)";
443 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
448 …his->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
476 $testDescription = "Logged in for $bootstrapStylesheetVersion";
528 $this->checkMeta($response, 'script', "src", $scriptsSignature, $testDescription);
533 …his->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
560 $testDescription = "CSS preload in for $bootstrapStylesheetVersion";
608 …his->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);