Home
last modified time | relevance | path

Searched refs:testName (Results 1 – 7 of 7) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php368 $testName = $file->getBasename('.php');
369 $class = 'phpseclib3\Crypt\EC\Curves\\' . $testName;
400 ['namedCurve' => $testName] :
401 ASN1::encodeDER(['namedCurve' => $testName], Maps\ECParameters::MAP);
426 ['namedCurve' => $testName] :
427 ASN1::encodeDER(['namedCurve' => $testName], Maps\ECParameters::MAP);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php19 private $testName; variable in PHPUnit_Framework_TestFailure
40 $this->testName = $failedTest->toString();
42 $this->testName = get_class($failedTest);
61 $this->testName,
113 return $this->testName;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php163 $testName = $test->getName();
164 if ($this->startedTestName != $testName) {
166 $this->printIgnoredTest($testName, $e);
169 $this->printIgnoredTest($testName, $e);
173 public function printIgnoredTest($testName, Exception $e) argument
178 'name' => $testName,
264 $testName = $test->getName();
265 $this->startedTestName = $testName;
266 $params = ['name' => $testName];
271 $params['locationHint'] = "php_qn://$fileName::\\$className::$testName";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php64 $testName = ltrim($methodName, '_');
65 … if ($testName !== '' && PHP_CodeSniffer::isCamelCaps($testName, false, true, false) === false) {
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js84 start: function(testName) { argument
86 this.testName = testName;
91 this.nameCell.appendChild(document.createTextNode(testName));
556 var testName = 'test'+specName.gsub(/\s+/,'-').camelize();
563 compiledSpec[testName] = body.join('\n');
564 titles[testName] = specName;
/plugin/sphinxsearch-was/
H A Dxmlall.php66 $testName = ':' . $dokuPageId; variable
67 if (preg_match("/" . $conf['hidepages'] . "/", $testName)) {
/plugin/sphinxsearch/
H A Dxmlall.php66 $testName = ':'.$dokuPageId; variable
67 if (preg_match("/".$conf['hidepages']."/", $testName)){