Lines Matching refs:root

280      * @param string $root
284 private function parseGroupConfiguration($root) argument
291 foreach ($this->xpath->query($root . '/include/group') as $group) {
295 foreach ($this->xpath->query($root . '/exclude/group') as $group) {
539 $root = $this->document->documentElement;
541 if ($root->hasAttribute('cacheTokens')) {
543 (string) $root->getAttribute('cacheTokens'),
548 if ($root->hasAttribute('columns')) {
549 $columns = (string) $root->getAttribute('columns');
558 if ($root->hasAttribute('colors')) {
561 if ($this->getBoolean($root->getAttribute('colors'), false)) {
571 if ($root->hasAttribute('stderr')) {
573 (string) $root->getAttribute('stderr'),
578 if ($root->hasAttribute('backupGlobals')) {
580 (string) $root->getAttribute('backupGlobals'),
585 if ($root->hasAttribute('backupStaticAttributes')) {
587 (string) $root->getAttribute('backupStaticAttributes'),
592 if ($root->getAttribute('bootstrap')) {
594 (string) $root->getAttribute('bootstrap')
598 if ($root->hasAttribute('convertErrorsToExceptions')) {
600 (string) $root->getAttribute('convertErrorsToExceptions'),
605 if ($root->hasAttribute('convertNoticesToExceptions')) {
607 (string) $root->getAttribute('convertNoticesToExceptions'),
612 if ($root->hasAttribute('convertWarningsToExceptions')) {
614 (string) $root->getAttribute('convertWarningsToExceptions'),
619 if ($root->hasAttribute('forceCoversAnnotation')) {
621 (string) $root->getAttribute('forceCoversAnnotation'),
626 if ($root->hasAttribute('disableCodeCoverageIgnore')) {
628 (string) $root->getAttribute('disableCodeCoverageIgnore'),
633 if ($root->hasAttribute('processIsolation')) {
635 (string) $root->getAttribute('processIsolation'),
640 if ($root->hasAttribute('stopOnError')) {
642 (string) $root->getAttribute('stopOnError'),
647 if ($root->hasAttribute('stopOnFailure')) {
649 (string) $root->getAttribute('stopOnFailure'),
654 if ($root->hasAttribute('stopOnWarning')) {
656 (string) $root->getAttribute('stopOnWarning'),
661 if ($root->hasAttribute('stopOnIncomplete')) {
663 (string) $root->getAttribute('stopOnIncomplete'),
668 if ($root->hasAttribute('stopOnRisky')) {
670 (string) $root->getAttribute('stopOnRisky'),
675 if ($root->hasAttribute('stopOnSkipped')) {
677 (string) $root->getAttribute('stopOnSkipped'),
682 if ($root->hasAttribute('failOnWarning')) {
684 (string) $root->getAttribute('failOnWarning'),
689 if ($root->hasAttribute('failOnRisky')) {
691 (string) $root->getAttribute('failOnRisky'),
696 if ($root->hasAttribute('testSuiteLoaderClass')) {
697 $result['testSuiteLoaderClass'] = (string) $root->getAttribute(
702 if ($root->getAttribute('testSuiteLoaderFile')) {
704 (string) $root->getAttribute('testSuiteLoaderFile')
708 if ($root->hasAttribute('printerClass')) {
709 $result['printerClass'] = (string) $root->getAttribute(
714 if ($root->getAttribute('printerFile')) {
716 (string) $root->getAttribute('printerFile')
720 if ($root->hasAttribute('beStrictAboutChangesToGlobalState')) {
722 (string) $root->getAttribute('beStrictAboutChangesToGlobalState'),
727 if ($root->hasAttribute('beStrictAboutOutputDuringTests')) {
729 (string) $root->getAttribute('beStrictAboutOutputDuringTests'),
734 if ($root->hasAttribute('beStrictAboutResourceUsageDuringSmallTests')) {
736 (string) $root->getAttribute('beStrictAboutResourceUsageDuringSmallTests'),
741 if ($root->hasAttribute('beStrictAboutTestsThatDoNotTestAnything')) {
743 (string) $root->getAttribute('beStrictAboutTestsThatDoNotTestAnything'),
748 if ($root->hasAttribute('beStrictAboutTodoAnnotatedTests')) {
750 (string) $root->getAttribute('beStrictAboutTodoAnnotatedTests'),
755 if ($root->hasAttribute('beStrictAboutCoversAnnotation')) {
757 (string) $root->getAttribute('beStrictAboutCoversAnnotation'),
760 } elseif ($root->hasAttribute('checkForUnintentionallyCoveredCode')) {
762 (string) $root->getAttribute('checkForUnintentionallyCoveredCode'),
769 if ($root->hasAttribute('enforceTimeLimit')) {
771 (string) $root->getAttribute('enforceTimeLimit'),
776 if ($root->hasAttribute('timeoutForSmallTests')) {
778 (string) $root->getAttribute('timeoutForSmallTests'),
783 if ($root->hasAttribute('timeoutForMediumTests')) {
785 (string) $root->getAttribute('timeoutForMediumTests'),
790 if ($root->hasAttribute('timeoutForLargeTests')) {
792 (string) $root->getAttribute('timeoutForLargeTests'),
797 if ($root->hasAttribute('reverseDefectList')) {
799 (string) $root->getAttribute('reverseDefectList'),
804 if ($root->hasAttribute('verbose')) {
806 (string) $root->getAttribute('verbose'),
811 if ($root->hasAttribute('registerMockObjectsFromTestArgumentsRecursively')) {
813 (string) $root->getAttribute('registerMockObjectsFromTestArgumentsRecursively'),
818 if ($root->hasAttribute('extensionsDirectory')) {
820 (string) $root->getAttribute(