interface Identity
@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
Hierarchy
- interface \PHPUnit\Framework\MockObject\Builder\Identity
Expanded class hierarchy of Identity
All classes that implement Identity
4 string references to 'Identity'
- PsrUtils::decode in vendor/
open-telemetry/ sdk/ Common/ Export/ Http/ PsrUtils.php - @psalm-suppress InvalidArrayOffset
- syslog.schema.yml in core/
modules/ syslog/ config/ schema/ syslog.schema.yml - core/modules/syslog/config/schema/syslog.schema.yml
- SysLog::openConnection in core/
modules/ syslog/ src/ Logger/ SysLog.php - Opens a connection to the system logger.
- SyslogHooks::formSystemLoggingSettingsAlter in core/
modules/ syslog/ src/ Hook/ SyslogHooks.php - Implements hook_form_FORM_ID_alter().
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Builder/ Identity.php, line 17
Namespace
PHPUnit\Framework\MockObject\BuilderView source
interface Identity {
/**
* Sets the identification of the expectation to $id.
*
* @note The identifier is unique per mock object.
*/
public function id(string $id) : self;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Identity::id | public | function | Sets the identification of the expectation to $id. | 1 |