Home
last modified time | relevance | path

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

/plugin/statistics/_test/
DSearchEnginesTest.php363 ?string $expectedName, argument
373 $this->assertEquals($expectedName, SearchEngines::getName($expectedEngine));
385 ?string $expectedName, argument
395 $this->assertEquals($expectedName, SearchEngines::getName($expectedEngine));
407 ?string $expectedName, argument
425 ?string $expectedName, argument
443 ?string $expectedName, argument
/plugin/combo/ComboStrap/
H A DHtml.php103 …tweenValuesSeparatedByBlank(string $expected, string $actual, string $expectedName = "expected cla… argument
110 …$error .= "The $expectedName has the value (" . $leftClass . ") that is not present in the $actual…
118 … "The $actualName has the value (" . $rightClass . ") that is not present in the $expectedName)\n";