ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml
/
opt
cpanel
ea-wappspector
vendor
phpunit
phpunit
src
TextUI
Configuration
Xml
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
CodeCoverage
-
chmod
Open
Rename
Delete
Logging
-
chmod
Open
Rename
Delete
Migration
-
chmod
Open
Rename
Delete
SchemaDetector
-
chmod
Open
Rename
Delete
Validator
-
chmod
Open
Rename
Delete
Configuration.php
2.71 MB
chmod
View
DL
Edit
Rename
Delete
DefaultConfiguration.php
4.86 MB
chmod
View
DL
Edit
Rename
Delete
Exception.php
606 B
chmod
View
DL
Edit
Rename
Delete
Generator.php
2.2 MB
chmod
View
DL
Edit
Rename
Delete
Groups.php
1.2 MB
chmod
View
DL
Edit
Rename
Delete
LoadedFromFileConfiguration.php
1.95 MB
chmod
View
DL
Edit
Rename
Delete
Loader.php
37.86 MB
chmod
View
DL
Edit
Rename
Delete
PHPUnit.php
17.68 MB
chmod
View
DL
Edit
Rename
Delete
SchemaFinder.php
1.93 MB
chmod
View
DL
Edit
Rename
Delete
TestSuiteMapper.php
4.07 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Groups.php
<?php declare(strict_types=1); /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\TextUI\XmlConfiguration; use PHPUnit\TextUI\Configuration\GroupCollection; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class Groups { private readonly GroupCollection $include; private readonly GroupCollection $exclude; public function __construct(GroupCollection $include, GroupCollection $exclude) { $this->include = $include; $this->exclude = $exclude; } public function hasInclude(): bool { return !$this->include->isEmpty(); } public function include(): GroupCollection { return $this->include; } public function hasExclude(): bool { return !$this->exclude->isEmpty(); } public function exclude(): GroupCollection { return $this->exclude; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply