├── LICENSE ├── README.md └── src ├── Attribute ├── Env.php ├── Putenv.php ├── Server.php └── TargetAware.php ├── AttributeExtension.php ├── GlobalsAttributeReader.php ├── GlobalsBackup.php └── GlobalsRestoration.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/README.md -------------------------------------------------------------------------------- /src/Attribute/Env.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/src/Attribute/Env.php -------------------------------------------------------------------------------- /src/Attribute/Putenv.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/src/Attribute/Putenv.php -------------------------------------------------------------------------------- /src/Attribute/Server.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/src/Attribute/Server.php -------------------------------------------------------------------------------- /src/Attribute/TargetAware.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/src/Attribute/TargetAware.php -------------------------------------------------------------------------------- /src/AttributeExtension.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/src/AttributeExtension.php -------------------------------------------------------------------------------- /src/GlobalsAttributeReader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/src/GlobalsAttributeReader.php -------------------------------------------------------------------------------- /src/GlobalsBackup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/src/GlobalsBackup.php -------------------------------------------------------------------------------- /src/GlobalsRestoration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakzal/phpunit-globals/HEAD/src/GlobalsRestoration.php --------------------------------------------------------------------------------