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, ...)
45 private function checkMeta(TestResponse $response, $selector, $attr, $scriptSignatures, $testDescription) argument
77 $this->assertTrue($patternFound !== 0, "Unable to find ($signatureToFind) for ${testDescription}");
82 $this->assertNull($domValueNotFound, "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 $this->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 $this->checkMeta($response, 'link[rel="stylesheet"]', "href", $stylsheetSignature, $testDescription);
[all...]