You are here

namespace SebastianBergmann\GlobalState in Zircon Profile 8

Same name in other branches
  1. 8.0 SebastianBergmann\GlobalState
Classsort descending Location Description
Blacklist vendor/sebastian/global-state/src/Blacklist.php A blacklist for global state elements that should not be snapshotted.
BlacklistTest vendor/sebastian/global-state/tests/BlacklistTest.php @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …
Exception vendor/sebastian/global-state/src/Exception.php @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …
Restorer vendor/sebastian/global-state/src/Restorer.php Restorer of snapshots of global state.
RuntimeException vendor/sebastian/global-state/src/RuntimeException.php @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …
Snapshot vendor/sebastian/global-state/src/Snapshot.php A snapshot of global state.