| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SnapshotTrait.php | 2017-07-31 | 331 Bytes | |
| SnapshotDomDocument.php | 2017-07-31 | 375 Bytes | |
| SnapshotFunctions.php | 2017-07-31 | 331 Bytes | |
| SnapshotClass.php | 2017-07-31 | 946 Bytes | |
| BlacklistedInterface.php | 2017-07-31 | 342 Bytes | |
| BlacklistedClass.php | 2017-07-31 | 365 Bytes | |
| BlacklistedImplementor.php | 2017-07-31 | 403 Bytes | |
| BlacklistedChildClass.php | 2017-07-31 | 364 Bytes | |
| Totals: 8 Items | 3.5 kB | 0 | |
GlobalState
Snapshotting of global state, factored out of PHPUnit into a stand-alone component.
Installation
To add this package as a local, per-project dependency to your project, simply add a dependency on sebastian/global-state to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on GlobalState:
{
"require": {
"sebastian/global-state": "1.0.*"
}
}