PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phpunit
/
phpunit
/
src
/
Metadata
<?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\Metadata; /** * @psalm-immutable * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class PreCondition extends Metadata { /** * @psalm-assert-if-true PreCondition $this */ public function isPreCondition(): bool { return true; } }
[-] RequiresFunction.php
[edit]
[-] BackupStaticProperties.php
[edit]
[-] IgnoreMethodForCodeCoverage.php
[edit]
[-] RunInSeparateProcess.php
[edit]
[-] UsesDefaultClass.php
[edit]
[-] IgnoreFunctionForCodeCoverage.php
[edit]
[-] PreCondition.php
[edit]
[-] TestDox.php
[edit]
[+]
Parser
[-] Uses.php
[edit]
[+]
..
[-] AfterClass.php
[edit]
[+]
Api
[+]
Exception
[-] CoversNothing.php
[edit]
[+]
Version
[-] BeforeClass.php
[edit]
[-] CoversFunction.php
[edit]
[-] RunTestsInSeparateProcesses.php
[edit]
[-] RequiresSetting.php
[edit]
[-] DependsOnMethod.php
[edit]
[-] DependsOnClass.php
[edit]
[-] MetadataCollectionIterator.php
[edit]
[-] ExcludeGlobalVariableFromBackup.php
[edit]
[-] BackupGlobals.php
[edit]
[-] CoversDefaultClass.php
[edit]
[-] Test.php
[edit]
[-] PostCondition.php
[edit]
[-] IgnoreDeprecations.php
[edit]
[-] RequiresOperatingSystemFamily.php
[edit]
[-] After.php
[edit]
[-] IgnoreClassForCodeCoverage.php
[edit]
[-] RequiresMethod.php
[edit]
[-] UsesClass.php
[edit]
[-] Metadata.php
[edit]
[-] RunClassInSeparateProcess.php
[edit]
[-] PreserveGlobalState.php
[edit]
[-] ExcludeStaticPropertyFromBackup.php
[edit]
[-] Covers.php
[edit]
[-] UsesFunction.php
[edit]
[-] CoversClass.php
[edit]
[-] DoesNotPerformAssertions.php
[edit]
[-] WithoutErrorHandler.php
[edit]
[-] RequiresOperatingSystem.php
[edit]
[-] RequiresPhpunit.php
[edit]
[-] MetadataCollection.php
[edit]
[-] RequiresPhp.php
[edit]
[-] DataProvider.php
[edit]
[-] Before.php
[edit]
[-] RequiresPhpExtension.php
[edit]
[-] TestWith.php
[edit]
[-] Group.php
[edit]