Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Groups.php

function Groups::__construct

Same name in this branch
  1. 11.1.x vendor/symfony/serializer/Attribute/Groups.php \Symfony\Component\Serializer\Attribute\Groups::__construct()

File

vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Groups.php, line 26

Class

Groups
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Namespace

PHPUnit\TextUI\XmlConfiguration

Code

public function __construct(GroupCollection $include, GroupCollection $exclude) {
    $this->include = $include;
    $this->exclude = $exclude;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal