/**
	 * Clears the registry of all values/objects.
	 *
	 * @return void
	 */
	protected function _clearRegistry() {
		\Bedrock\Common\Registry::clear();
	}
	/**
	 * Tears down the fixture, for example, closes a network connection.
	 * This method is called after a test is executed.
	 *
	 * @return void
	 */
	protected function tearDown() {
		\Bedrock\Common\Registry::clear();
	}