Gogs 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
..
src 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
tests 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
.gitignore 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
.php_cs 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
.travis.yml 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
LICENSE 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
README.md 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
build.xml 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
composer.json 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu
phpunit.xml 01ab8fcae8 安装 phpunit/phpunit -- PHPUnit 7.5.20 9 bulan lalu

README.md

GlobalState

Snapshotting of global state, factored out of PHPUnit into a stand-alone component.

Build Status

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/global-state

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:

composer require --dev sebastian/global-state