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