commit | author | age
|
2207d6
|
1 |
# GlobalState |
W |
2 |
|
|
3 |
Snapshotting of global state, factored out of PHPUnit into a stand-alone component. |
|
4 |
|
|
5 |
[![Build Status](https://travis-ci.org/sebastianbergmann/global-state.svg?branch=master)](https://travis-ci.org/sebastianbergmann/global-state) |
|
6 |
|
|
7 |
## Installation |
|
8 |
|
|
9 |
You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): |
|
10 |
|
|
11 |
composer require sebastian/global-state |
|
12 |
|
|
13 |
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency: |
|
14 |
|
|
15 |
composer require --dev sebastian/global-state |
|
16 |
|