Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php620 foreach ($traits as $traitName => $trait) {
621 $this->traits[$traitName] = [
622 'traitName' => $traitName,
634 $this->startLines[$trait['startLine']] = &$this->traits[$traitName];
635 $this->endLines[$trait['endLine']] = &$this->traits[$traitName];
638 … $this->traits[$traitName]['methods'][$methodName] = $this->newMethod($methodName, $method, $link);
640 … $this->startLines[$method['startLine']] = &$this->traits[$traitName]['methods'][$methodName];
641 … $this->endLines[$method['endLine']] = &$this->traits[$traitName]['methods'][$methodName];
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php417 * @param string $traitName
435 if (!is_string($traitName)) {
443 if (!trait_exists($traitName, $callAutoload)) {
447 $traitName
453 $traitName,
465 'trait_name' => $traitName
480 * @param string $traitName
496 if (!is_string($traitName)) {
508 $traitName
514 $traitName,
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1693 * @param string $traitName
1706 …protected function getMockForTrait($traitName, array $arguments = [], $mockClassName = '', $callOr… argument
1709 $traitName,
1727 * @param string $traitName
1739 …protected function getObjectForTrait($traitName, array $arguments = [], $traitClassName = '', $cal… argument
1742 $traitName,