ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Event/Events/TestSuite
/
opt
cpanel
ea-wappspector
vendor
phpunit
phpunit
src
Event
Events
TestSuite
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Filtered.php
1.22 MB
chmod
View
DL
Edit
Rename
Delete
FilteredSubscriber.php
536 B
chmod
View
DL
Edit
Rename
Delete
Finished.php
1.26 MB
chmod
View
DL
Edit
Rename
Delete
FinishedSubscriber.php
536 B
chmod
View
DL
Edit
Rename
Delete
Loaded.php
1.21 MB
chmod
View
DL
Edit
Rename
Delete
LoadedSubscriber.php
532 B
chmod
View
DL
Edit
Rename
Delete
Skipped.php
1.36 MB
chmod
View
DL
Edit
Rename
Delete
SkippedSubscriber.php
534 B
chmod
View
DL
Edit
Rename
Delete
Sorted.php
1.55 MB
chmod
View
DL
Edit
Rename
Delete
SortedSubscriber.php
532 B
chmod
View
DL
Edit
Rename
Delete
Started.php
1.26 MB
chmod
View
DL
Edit
Rename
Delete
StartedSubscriber.php
534 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Started.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\Event\TestSuite; use function sprintf; use PHPUnit\Event\Event; use PHPUnit\Event\Telemetry; /** * @psalm-immutable * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class Started implements Event { private readonly Telemetry\Info $telemetryInfo; private readonly TestSuite $testSuite; public function __construct(Telemetry\Info $telemetryInfo, TestSuite $testSuite) { $this->telemetryInfo = $telemetryInfo; $this->testSuite = $testSuite; } public function telemetryInfo(): Telemetry\Info { return $this->telemetryInfo; } public function testSuite(): TestSuite { return $this->testSuite; } public function asString(): string { return sprintf( 'Test Suite Started (%s, %d test%s)', $this->testSuite->name(), $this->testSuite->count(), $this->testSuite->count() !== 1 ? 's' : '', ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply