Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2017 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/03a1e6bbf7139e2f860589f09ef1fa8e to your computer and use it in GitHub Desktop.
Save anonymous/03a1e6bbf7139e2f860589f09ef1fa8e to your computer and use it in GitHub Desktop.
xdebug log - phpstorm phpunit issue
Log opened at 2017-12-01 19:08:56
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
W: Remote address not found, connecting to configured address/port: 127.0.0.1:9009. :-|
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///private/var/folders/k7/ckk7n60x31s1h2s_hqcy9h4c0000gn/T/ide-phpunit.php" language="PHP" xdebug:language_version="7.1.6" protocol_version="1.0" appid="86611" idekey="13360"><engine version="2.5.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
<- feature_set -i 1 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
<- feature_set -i 2 -n max_depth -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>
<- feature_set -i 3 -n max_children -v 100
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response>
<- feature_set -i 4 -n extended_properties -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" status="starting" reason="ok"><error code="3"><message><![CDATA[invalid or missing options]]></message></error></response>
<- status -i 5
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="5" status="starting" reason="ok"></response>
<- step_into -i 6
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="6" status="break" reason="ok"><xdebug:message filename="file:///private/var/folders/k7/ckk7n60x31s1h2s_hqcy9h4c0000gn/T/ide-phpunit.php" lineno="3"></xdebug:message></response>
<- breakpoint_set -i 7 -t line -f file:///Users/justinwinter/Sites/drupal85/docroot/core/modules/dblog/tests/src/Functional/DbLogResourceTest.php -n 67
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="866110001"></response>
<- breakpoint_set -i 8 -t line -f file:///Users/justinwinter/Sites/drupal85/docroot/core/modules/user/tests/src/Functional/RestRegisterUserTest.php -n 79
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="866110002"></response>
<- stack_get -i 9
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="9"><stack where="{main}" level="0" type="file" filename="file:///private/var/folders/k7/ckk7n60x31s1h2s_hqcy9h4c0000gn/T/ide-phpunit.php" lineno="3"></stack></response>
<- run -i 10
Log opened at 2017-12-01 19:08:57
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
W: Remote address not found, connecting to configured address/port: localhost:9009. :-|
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="dbgp://stdin" language="PHP" xdebug:language_version="7.1.6" protocol_version="1.0" appid="86612" idekey="13360"><engine version="2.5.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
<- feature_set -i 1 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
<- feature_set -i 2 -n max_depth -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>
<- feature_set -i 3 -n max_children -v 100
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response>
<- feature_set -i 4 -n extended_properties -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" status="starting" reason="ok"><error code="3"><message><![CDATA[invalid or missing options]]></message></error></response>
<- status -i 5
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="5" status="starting" reason="ok"></response>
<- step_into -i 6
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="6" status="break" reason="ok"><xdebug:message filename="file:///Users/justinwinter/Sites/drupal85/docroot/-" lineno="2"></xdebug:message></response>
<- eval -i 7 -- aXNzZXQoJF9TRVJWRVJbJ1BIUF9JREVfQ09ORklHJ10p
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="7"><property type="bool"><![CDATA[0]]></property></response>
<- eval -i 8 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="8"><property type="bool"><![CDATA[0]]></property></response>
<- eval -i 9 -- aXNzZXQoJF9TRVJWRVJbJ1NTSF9DT05ORUNUSU9OJ10p
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="9"><property type="bool"><![CDATA[0]]></property></response>
<- eval -i 10 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9BRERSJ10p
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="10"><property type="bool"><![CDATA[0]]></property></response>
<- breakpoint_set -i 11 -t line -f file:///Users/justinwinter/Sites/drupal85/docroot/core/modules/dblog/tests/src/Functional/DbLogResourceTest.php -n 67
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="866120001"></response>
<- breakpoint_set -i 12 -t line -f file:///Users/justinwinter/Sites/drupal85/docroot/core/modules/user/tests/src/Functional/RestRegisterUserTest.php -n 79
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="866120002"></response>
<- stack_get -i 13
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="{main}" level="0" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/-" lineno="2"></stack></response>
<- run -i 14
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="14" status="break" reason="ok"><xdebug:message filename="file:///Users/justinwinter/Sites/drupal85/docroot/core/modules/user/tests/src/Functional/RestRegisterUserTest.php" lineno="79"></xdebug:message></response>
<- stack_get -i 15
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="Drupal\Tests\user\Functional\RestRegisterUserTest-&gt;testRegisterUser" level="0" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/core/modules/user/tests/src/Functional/RestRegisterUserTest.php" lineno="79"></stack><stack where="ReflectionMethod-&gt;invokeArgs" level="1" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestCase.php" lineno="908"></stack><stack where="Drupal\Tests\user\Functional\RestRegisterUserTest-&gt;runTest" level="2" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestCase.php" lineno="908"></stack><stack where="Drupal\Tests\user\Functional\RestRegisterUserTest-&gt;runBare" level="3" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestCase.php" lineno="768"></stack><stack where="PHPUnit_Framework_TestResult-&gt;run" level="4" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestResult.php" lineno="612"></stack><stack where="Drupal\Tests\user\Functional\RestRegisterUserTest-&gt;run" level="5" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestCase.php" lineno="724"></stack><stack where="__phpunit_run_isolated_test" level="6" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/-" lineno="52"></stack><stack where="{main}" level="7" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/-" lineno="100"></stack></response>
<- context_names -i 16
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="16"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response>
<- context_get -i 17 -d 0 -c 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="17" context="0"><property name="$email_count" fullname="$email_count" type="uninitialized"></property><property name="$request_body" fullname="$request_body" type="uninitialized"></property><property name="$request_options" fullname="$request_options" type="uninitialized"></property><property name="$response" fullname="$response" type="uninitialized"></property><property name="$user" fullname="$user" type="uninitialized"></property><property name="$user_register_url" fullname="$user_register_url" type="uninitialized"></property><property name="$user_settings" fullname="$user_settings" type="uninitialized"></property><property name="$this" fullname="$this" type="object" classname="Drupal\Tests\user\Functional\RestRegisterUserTest" children="1" numchildren="86" page="0" pagesize="100"><property name="format" fullname="$this::format" facet="static protected" type="string" size="8" encoding="base64"><![CDATA[aGFsX2pzb24=]]></property><property name="mimeType" fullname="$this::mimeType" facet="static protected" type="string" size="20" encoding="base64"><![CDATA[YXBwbGljYXRpb24vaGFsK2pzb24=]]></property><property name="auth" fullname="$this::auth" facet="static protected" type="string" size="6" encoding="base64"><![CDATA[Y29va2ll]]></property><property name="resourceConfigId" fullname="$this::resourceConfigId" facet="static protected" type="string" size="17" encoding="base64"><![CDATA[dXNlcl9yZWdpc3RyYXRpb24=]]></property><property name="modules" fullname="$this::modules" facet="static public" type="array" children="1" numchildren="2"></property><property name="*PHPUnit_Framework_Assert*count" fullname="$this::*PHPUnit_Framework_Assert*count" facet="static private" type="int"><![CDATA[2]]></property><property name="configSchemaCheckerExclusions" fullname="$this::configSchemaCheckerExclusions" facet="static protected" type="array" children="1" numchildren="5"></property><property name="account" fullname="$this-&gt;account" facet="protected" type="object" classname="Drupal\user\Entity\User" children="1" numchildren="27"></property><property name="resourceConfigStorage" fullname="$this-&gt;resourceConfigStorage" facet="protected" type="object" classname="Drupal\Core\Config\Entity\ConfigEntityStorage" children="1" numchildren="15"></property><property name="serializer" fullname="$this-&gt;serializer" facet="protected" type="object" classname="Symfony\Component\Serializer\Serializer" children="1" numchildren="6"></property><property name="databasePrefix" fullname="$this-&gt;databasePrefix" facet="protected" type="string" size="12" encoding="base64"><![CDATA[dGVzdDQ2NTE4Mzk0]]></property><property name="timeLimit" fullname="$this-&gt;timeLimit" facet="protected" type="int"><![CDATA[500]]></property><property name="translationFilesDirectory" fullname="$this-&gt;translationFilesDirectory" facet="protected" type="string" size="38" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NC90cmFuc2xhdGlvbnM=]]></property><property name="configImporter" fullname="$this-&gt;configImporter" facet="protected" type="null"></property><property name="profile" fullname="$this-&gt;profile" facet="protected" type="string" size="7" encoding="base64"><![CDATA[dGVzdGluZw==]]></property><property name="loggedInUser" fullname="$this-&gt;loggedInUser" facet="protected" type="bool"><![CDATA[0]]></property><property name="customTranslations" fullname="$this-&gt;customTranslations" facet="protected" type="null"></property><property name="minkDefaultDriverClass" fullname="$this-&gt;minkDefaultDriverClass" facet="protected" type="string" size="30" encoding="base64"><![CDATA[QmVoYXRcTWlua1xEcml2ZXJcR291dHRlRHJpdmVy]]></property><property name="minkDefaultDriverArgs" fullname="$this-&gt;minkDefaultDriverArgs" facet="protected" type="null"></property><property name="mink" fullname="$this-&gt;mink" facet="protected" type="object" classname="Behat\Mink\Mink" children="1" numchildren="2"></property><property name="runTestInSeparateProcess" fullname="$this-&gt;runTestInSeparateProcess" facet="protected" type="bool"><![CDATA[1]]></property><property name="preserveGlobalState" fullname="$this-&gt;preserveGlobalState" facet="protected" type="bool"><![CDATA[0]]></property><property name="htmlOutputClassName" fullname="$this-&gt;htmlOutputClassName" facet="protected" type="null"></property><property name="htmlOutputDirectory" fullname="$this-&gt;htmlOutputDirectory" facet="protected" type="null"></property><property name="htmlOutputCounterStorage" fullname="$this-&gt;htmlOutputCounterStorage" facet="protected" type="null"></property><property name="htmlOutputCounter" fullname="$this-&gt;htmlOutputCounter" facet="protected" type="int"><![CDATA[1]]></property><property name="htmlOutputEnabled" fullname="$this-&gt;htmlOutputEnabled" facet="protected" type="bool"><![CDATA[0]]></property><property name="htmlOutputFile" fullname="$this-&gt;htmlOutputFile" facet="protected" type="null"></property><property name="htmlOutputTestId" fullname="$this-&gt;htmlOutputTestId" facet="protected" type="null"></property><property name="baseUrl" fullname="$this-&gt;baseUrl" facet="protected" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="originalShutdownCallbacks" fullname="$this-&gt;originalShutdownCallbacks" facet="protected" type="array" children="0" numchildren="0"></property><property name="maximumMetaRefreshCount" fullname="$this-&gt;maximumMetaRefreshCount" facet="protected" type="null"></property><property name="metaRefreshCount" fullname="$this-&gt;metaRefreshCount" facet="protected" type="int"><![CDATA[0]]></property><property name="root" fullname="$this-&gt;root" facet="protected" type="string" size="42" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290]]></property><property name="originalContainer" fullname="$this-&gt;originalContainer" facet="protected" type="null"></property><property name="backupGlobals" fullname="$this-&gt;backupGlobals" facet="protected" type="null"></property><property name="backupGlobalsBlacklist" fullname="$this-&gt;backupGlobalsBlacklist" facet="protected" type="array" children="0" numchildren="0"></property><property name="backupStaticAttributes" fullname="$this-&gt;backupStaticAttributes" facet="protected" type="null"></property><property name="backupStaticAttributesBlacklist" fullname="$this-&gt;backupStaticAttributesBlacklist" facet="protected" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*inIsolation" fullname="$this-&gt;*PHPUnit_Framework_TestCase*inIsolation" facet="private" type="bool"><![CDATA[1]]></property><property name="*PHPUnit_Framework_TestCase*data" fullname="$this-&gt;*PHPUnit_Framework_TestCase*data" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*dataName" fullname="$this-&gt;*PHPUnit_Framework_TestCase*dataName" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*useErrorHandler" fullname="$this-&gt;*PHPUnit_Framework_TestCase*useErrorHandler" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*expectedException" fullname="$this-&gt;*PHPUnit_Framework_TestCase*expectedException" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*expectedExceptionMessage" fullname="$this-&gt;*PHPUnit_Framework_TestCase*expectedExceptionMessage" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*expectedExceptionMessageRegExp" fullname="$this-&gt;*PHPUnit_Framework_TestCase*expectedExceptionMessageRegExp" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*expectedExceptionCode" fullname="$this-&gt;*PHPUnit_Framework_TestCase*expectedExceptionCode" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*name" fullname="$this-&gt;*PHPUnit_Framework_TestCase*name" facet="private" type="string" size="16" encoding="base64"><![CDATA[dGVzdFJlZ2lzdGVyVXNlcg==]]></property><property name="*PHPUnit_Framework_TestCase*dependencies" fullname="$this-&gt;*PHPUnit_Framework_TestCase*dependencies" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*dependencyInput" fullname="$this-&gt;*PHPUnit_Framework_TestCase*dependencyInput" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*iniSettings" fullname="$this-&gt;*PHPUnit_Framework_TestCase*iniSettings" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*locale" fullname="$this-&gt;*PHPUnit_Framework_TestCase*locale" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*mockObjects" fullname="$this-&gt;*PHPUnit_Framework_TestCase*mockObjects" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*mockObjectGenerator" fullname="$this-&gt;*PHPUnit_Framework_TestCase*mockObjectGenerator" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*status" fullname="$this-&gt;*PHPUnit_Framework_TestCase*status" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*statusMessage" fullname="$this-&gt;*PHPUnit_Framework_TestCase*statusMessage" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*numAssertions" fullname="$this-&gt;*PHPUnit_Framework_TestCase*numAssertions" facet="private" type="int"><![CDATA[0]]></property><property name="*PHPUnit_Framework_TestCase*result" fullname="$this-&gt;*PHPUnit_Framework_TestCase*result" facet="private" type="object" classname="PHPUnit_Framework_TestResult" children="1" numchildren="26"></property><property name="*PHPUnit_Framework_TestCase*testResult" fullname="$this-&gt;*PHPUnit_Framework_TestCase*testResult" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*output" fullname="$this-&gt;*PHPUnit_Framework_TestCase*output" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*outputExpectedRegex" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputExpectedRegex" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*outputExpectedString" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputExpectedString" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*outputCallback" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputCallback" facet="private" type="bool"><![CDATA[0]]></property><property name="*PHPUnit_Framework_TestCase*outputBufferingActive" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputBufferingActive" facet="private" type="bool"><![CDATA[1]]></property><property name="*PHPUnit_Framework_TestCase*outputBufferingLevel" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputBufferingLevel" facet="private" type="int"><![CDATA[1]]></property><property name="*PHPUnit_Framework_TestCase*snapshot" fullname="$this-&gt;*PHPUnit_Framework_TestCase*snapshot" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*prophet" fullname="$this-&gt;*PHPUnit_Framework_TestCase*prophet" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*disallowChangesToGlobalState" fullname="$this-&gt;*PHPUnit_Framework_TestCase*disallowChangesToGlobalState" facet="private" type="bool"><![CDATA[0]]></property><property name="rootUser" fullname="$this-&gt;rootUser" facet="protected" type="object" classname="Drupal\Core\Session\UserSession" children="1" numchildren="10"></property><property name="classLoader" fullname="$this-&gt;classLoader" facet="protected" type="object" classname="Composer\Autoload\ClassLoader" children="1" numchildren="10"></property><property name="configDirectories" fullname="$this-&gt;configDirectories" facet="protected" type="array" children="1" numchildren="1"></property><property name="container" fullname="$this-&gt;container" facet="protected" type="object" classname="Drupal\Core\DependencyInjection\Container" children="1" numchildren="7"></property><property name="siteDirectory" fullname="$this-&gt;siteDirectory" facet="protected" type="string" size="25" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NA==]]></property><property name="publicFilesDirectory" fullname="$this-&gt;publicFilesDirectory" facet="protected" type="string" size="31" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NC9maWxlcw==]]></property><property name="originalSite" fullname="$this-&gt;originalSite" facet="protected" type="string" size="13" encoding="base64"><![CDATA[c2l0ZXMvZGVmYXVsdA==]]></property><property name="privateFilesDirectory" fullname="$this-&gt;privateFilesDirectory" facet="protected" type="string" size="33" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NC9wcml2YXRl]]></property><property name="originalProfile" fullname="$this-&gt;originalProfile" facet="protected" type="null"></property><property name="strictConfigSchema" fullname="$this-&gt;strictConfigSchema" facet="protected" type="bool"><![CDATA[1]]></property><property name="kernel" fullname="$this-&gt;kernel" facet="protected" type="object" classname="Drupal\Core\DrupalKernel" children="1" numchildren="22"></property><property name="tempFilesDirectory" fullname="$this-&gt;tempFilesDirectory" facet="protected" type="string" size="30" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NC90ZW1w]]></property><property name="testId" fullname="$this-&gt;testId" facet="protected" type="null"></property><property name="randomGenerator" fullname="$this-&gt;randomGenerator" facet="protected" type="object" classname="Drupal\Component\Utility\Random" children="1" numchildren="2"></property><property name="sessionName" fullname="$this-&gt;sessionName" facet="protected" type="string" size="36" encoding="base64"><![CDATA[U0VTUzk5ZGZlNjYzYWE0NmRmNzk1NmQzY2EzN2E4YWQ1MTVi]]></property><property name="sessionCookie" fullname="$this-&gt;sessionCookie" facet="protected" type="null"></property><property name="csrfToken" fullname="$this-&gt;csrfToken" facet="protected" type="null"></property><property name="logoutToken" fullname="$this-&gt;logoutToken" facet="protected" type="null"></property></property></response>
<- context_get -i 18 -d 0 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_ENV" fullname="$_ENV" type="array" children="1" numchildren="3" page="0" pagesize="100"><property name="SIMPLETEST_BASE_URL" fullname="$_ENV[&#39;SIMPLETEST_BASE_URL&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="SIMPLETEST_DB" fullname="$_ENV[&#39;SIMPLETEST_DB&#39;]" type="string" size="26" encoding="base64"><![CDATA[bXlzcWw6Ly9yb290OkBsb2NhbGhvc3QvZDg=]]></property><property name="BROWSERTEST_OUTPUT_DIRECTORY" fullname="$_ENV[&#39;BROWSERTEST_OUTPUT_DIRECTORY&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="50" page="0" pagesize="100"><property name="PIP_DOWNLOAD_CACHE" fullname="$_SERVER[&#39;PIP_DOWNLOAD_CACHE&#39;]" type="string" size="30" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ucGlwL2NhY2hl]]></property><property name="MANPATH" fullname="$_SERVER[&#39;MANPATH&#39;]" type="string" size="355" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ubnZtL3ZlcnNpb25zL25vZGUvdjguMS4wL3NoYXJlL21hbjovdXNyL2xvY2FsL3NoYXJlL21hbjovdXNyL3NoYXJlL21hbjovQXBwbGljYXRpb25zL1hjb2RlLmFwcC9Db250ZW50cy9EZXZlbG9wZXIvUGxhdGZvcm1zL01hY09TWC5wbGF0Zm9ybS9EZXZlbG9wZXIvU0RLcy9NYWNPU1gxMC4xMy5zZGsvdXNyL3NoYXJlL21hbjovQXBwbGljYXRpb25zL1hjb2RlLmFwcC9Db250ZW50cy9EZXZlbG9wZXIvdXNyL3NoYXJlL21hbjovQXBwbGljYXRpb25zL1hjb2RlLmFwcC9Db250ZW50cy9EZXZlbG9wZXIvVG9vbGNoYWlucy9YY29kZURlZmF1bHQueGN0b29sY2hhaW4vdXNyL3NoYXJlL21hbg==]]></property><property name="PIP_REQUIRE_VIRTUALENV" fullname="$_SERVER[&#39;PIP_REQUIRE_VIRTUALENV&#39;]" type="string" size="4" encoding="base64"><![CDATA[dHJ1ZQ==]]></property><property name="NVM_CD_FLAGS" fullname="$_SERVER[&#39;NVM_CD_FLAGS&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="SHELL" fullname="$_SERVER[&#39;SHELL&#39;]" type="string" size="9" encoding="base64"><![CDATA[L2Jpbi9iYXNo]]></property><property name="SYMFONY_DEPRECATIONS_SERIALIZE" fullname="$_SERVER[&#39;SYMFONY_DEPRECATIONS_SERIALIZE&#39;]" type="string" size="69" encoding="base64"><![CDATA[L3ByaXZhdGUvdmFyL2ZvbGRlcnMvazcvY2trN242MHgzMXMxaDJzX2hxY3k5aDRjMDAwMGduL1QvZGVwcmVjaWZPdGFa]]></property><property name="TMPDIR" fullname="$_SERVER[&#39;TMPDIR&#39;]" type="string" size="49" encoding="base64"><![CDATA[L3Zhci9mb2xkZXJzL2s3L2NrazduNjB4MzFzMWgyc19ocWN5OWg0YzAwMDBnbi9ULw==]]></property><property name="Apple_PubSub_Socket_Render" fullname="$_SERVER[&#39;Apple_PubSub_Socket_Render&#39;]" type="string" size="48" encoding="base64"><![CDATA[L3ByaXZhdGUvdG1wL2NvbS5hcHBsZS5sYXVuY2hkLjRja0p6UDRxNncvUmVuZGVy]]></property><property name="USER" fullname="$_SERVER[&#39;USER&#39;]" type="string" size="12" encoding="base64"><![CDATA[anVzdGlud2ludGVy]]></property><property name="NVM_DIR" fullname="$_SERVER[&#39;NVM_DIR&#39;]" type="string" size="24" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ubnZt]]></property><property name="SSH_AUTH_SOCK" fullname="$_SERVER[&#39;SSH_AUTH_SOCK&#39;]" type="string" size="51" encoding="base64"><![CDATA[L3ByaXZhdGUvdG1wL2NvbS5hcHBsZS5sYXVuY2hkLjlQWUxwcEFkeEEvTGlzdGVuZXJz]]></property><property name="__CF_USER_TEXT_ENCODING" fullname="$_SERVER[&#39;__CF_USER_TEXT_ENCODING&#39;]" type="string" size="13" encoding="base64"><![CDATA[MHgxRjU6MHgwOjB4MA==]]></property><property name="XDEBUG_CONFIG" fullname="$_SERVER[&#39;XDEBUG_CONFIG&#39;]" type="string" size="12" encoding="base64"><![CDATA[aWRla2V5PTEzMzYw]]></property><property name="PATH" fullname="$_SERVER[&#39;PATH&#39;]" type="string" size="151" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ubnZtL3ZlcnNpb25zL25vZGUvdjguMS4wL2JpbjovdXNyL2xvY2FsL2JpbjovdXNyL2xvY2FsL3NiaW46L3Vzci9iaW46L2JpbjovdXNyL3NiaW46L3NiaW46L1VzZXJzL2p1c3RpbndpbnRlci8uY29tcG9zZXIvdmVuZG9yL2Jpbg==]]></property><property name="VERSIONER_PYTHON_VERSION" fullname="$_SERVER[&#39;VERSIONER_PYTHON_VERSION&#39;]" type="string" size="3" encoding="base64"><![CDATA[Mi43]]></property><property name="NVM_NODEJS_ORG_MIRROR" fullname="$_SERVER[&#39;NVM_NODEJS_ORG_MIRROR&#39;]" type="string" size="23" encoding="base64"><![CDATA[aHR0cHM6Ly9ub2RlanMub3JnL2Rpc3Q=]]></property><property name="PWD" fullname="$_SERVER[&#39;PWD&#39;]" type="string" size="42" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290]]></property><property name="XPC_FLAGS" fullname="$_SERVER[&#39;XPC_FLAGS&#39;]" type="string" size="3" encoding="base64"><![CDATA[MHgw]]></property><property name="XPC_SERVICE_NAME" fullname="$_SERVER[&#39;XPC_SERVICE_NAME&#39;]" type="string" size="1" encoding="base64"><![CDATA[MA==]]></property><property name="IDE_PHPUNIT_CUSTOM_LOADER" fullname="$_SERVER[&#39;IDE_PHPUNIT_CUSTOM_LOADER&#39;]" type="string" size="62" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290L3ZlbmRvci9hdXRvbG9hZC5waHA=]]></property><property name="SHLVL" fullname="$_SERVER[&#39;SHLVL&#39;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HOME" fullname="$_SERVER[&#39;HOME&#39;]" type="string" size="19" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlcg==]]></property><property name="BROWSERTEST_OUTPUT_DIRECTORY" fullname="$_SERVER[&#39;BROWSERTEST_OUTPUT_DIRECTORY&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="SIMPLETEST_BASE_URL" fullname="$_SERVER[&#39;SIMPLETEST_BASE_URL&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="SIMPLETEST_DB" fullname="$_SERVER[&#39;SIMPLETEST_DB&#39;]" type="string" size="26" encoding="base64"><![CDATA[bXlzcWw6Ly9yb290OkBsb2NhbGhvc3QvZDg=]]></property><property name="LOGNAME" fullname="$_SERVER[&#39;LOGNAME&#39;]" type="string" size="12" encoding="base64"><![CDATA[anVzdGlud2ludGVy]]></property><property name="LC_CTYPE" fullname="$_SERVER[&#39;LC_CTYPE&#39;]" type="string" size="11" encoding="base64"><![CDATA[ZW5fVVMuVVRGLTg=]]></property><property name="VERSIONER_PYTHON_PREFER_32_BIT" fullname="$_SERVER[&#39;VERSIONER_PYTHON_PREFER_32_BIT&#39;]" type="string" size="2" encoding="base64"><![CDATA[bm8=]]></property><property name="NVM_BIN" fullname="$_SERVER[&#39;NVM_BIN&#39;]" type="string" size="49" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ubnZtL3ZlcnNpb25zL25vZGUvdjguMS4wL2Jpbg==]]></property><property name="NVM_IOJS_ORG_MIRROR" fullname="$_SERVER[&#39;NVM_IOJS_ORG_MIRROR&#39;]" type="string" size="21" encoding="base64"><![CDATA[aHR0cHM6Ly9pb2pzLm9yZy9kaXN0]]></property><property name="ARCHFLAGS" fullname="$_SERVER[&#39;ARCHFLAGS&#39;]" type="string" size="12" encoding="base64"><![CDATA[LWFyY2ggeDg2XzY0]]></property><property name="_" fullname="$_SERVER[&#39;_&#39;]" type="string" size="41" encoding="base64"><![CDATA[L3Vzci9sb2NhbC9DZWxsYXIvcGhwNzEvNy4xLjEwXzIxL2Jpbi9waHA=]]></property><property name="PHP_SELF" fullname="$_SERVER[&#39;PHP_SELF&#39;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="SCRIPT_NAME" fullname="$_SERVER[&#39;SCRIPT_NAME&#39;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&#39;SCRIPT_FILENAME&#39;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="PATH_TRANSLATED" fullname="$_SERVER[&#39;PATH_TRANSLATED&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&#39;DOCUMENT_ROOT&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER[&#39;REQUEST_TIME_FLOAT&#39;]" type="float"><![CDATA[1512155337.3212]]></property><property name="REQUEST_TIME" fullname="$_SERVER[&#39;REQUEST_TIME&#39;]" type="int"><![CDATA[1512155337]]></property><property name="argv" fullname="$_SERVER[&#39;argv&#39;]" type="array" children="1" numchildren="1"></property><property name="argc" fullname="$_SERVER[&#39;argc&#39;]" type="int"><![CDATA[1]]></property><property name="HTTP_HOST" fullname="$_SERVER[&#39;HTTP_HOST&#39;]" type="string" size="12" encoding="base64"><![CDATA[ZHJ1cGFsODUuZGV2]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&#39;REMOTE_ADDR&#39;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&#39;SERVER_ADDR&#39;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&#39;SERVER_PORT&#39;]" type="int"><![CDATA[80]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&#39;SERVER_SOFTWARE&#39;]" type="null"></property><property name="SERVER_NAME" fullname="$_SERVER[&#39;SERVER_NAME&#39;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="REQUEST_URI" fullname="$_SERVER[&#39;REQUEST_URI&#39;]" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&#39;REQUEST_METHOD&#39;]" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&#39;HTTP_USER_AGENT&#39;]" type="string" size="19" encoding="base64"><![CDATA[RHJ1cGFsIGNvbW1hbmQgbGluZQ==]]></property></property><property name="$_SESSION" fullname="$_SESSION" type="array" children="1" numchildren="4" page="0" pagesize="100"><property name="_sf2_attributes" fullname="$_SESSION[&#39;_sf2_attributes&#39;]" type="array" children="0" numchildren="0"></property><property name="_sf2_flashes" fullname="$_SESSION[&#39;_sf2_flashes&#39;]" type="array" children="0" numchildren="0"></property><property name="_sf2_meta" fullname="$_SESSION[&#39;_sf2_meta&#39;]" type="array" children="1" numchildren="3"></property><property name="messages" fullname="$_SESSION[&#39;messages&#39;]" type="array" children="1" numchildren="1"></property></property><property name="$GLOBALS" fullname="$GLOBALS" type="array" children="1" numchildren="27" page="0" pagesize="100"><property name="_GET" fullname="$GLOBALS[&#39;_GET&#39;]" type="array" children="0" numchildren="0"></property><property name="_POST" fullname="$GLOBALS[&#39;_POST&#39;]" type="array" children="0" numchildren="0"></property><property name="_COOKIE" fullname="$GLOBALS[&#39;_COOKIE&#39;]" type="array" children="0" numchildren="0"></property><property name="_FILES" fullname="$GLOBALS[&#39;_FILES&#39;]" type="array" children="0" numchildren="0"></property><property name="argv" fullname="$GLOBALS[&#39;argv&#39;]" type="array" children="1" numchildren="1"></property><property name="argc" fullname="$GLOBALS[&#39;argc&#39;]" type="int"><![CDATA[1]]></property><property name="_ENV" fullname="$GLOBALS[&#39;_ENV&#39;]" type="array" children="1" numchildren="3"></property><property name="_REQUEST" fullname="$GLOBALS[&#39;_REQUEST&#39;]" type="array" children="0" numchildren="0"></property><property name="_SERVER" fullname="$GLOBALS[&#39;_SERVER&#39;]" type="array" children="1" numchildren="50"></property><property name="GLOBALS" fullname="$GLOBALS[&#39;GLOBALS&#39;]" type="array" children="1" recursive="1"></property><property name="composerAutoload" fullname="$GLOBALS[&#39;composerAutoload&#39;]" type="string" size="72" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290L2NvcmUvdGVzdHMvLi4vLi4vYXV0b2xvYWQucGhw]]></property><property name="phar" fullname="$GLOBALS[&#39;phar&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="configurationFilePath" fullname="$GLOBALS[&#39;configurationFilePath&#39;]" type="string" size="59" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290L2NvcmUvcGhwdW5pdC54bWw=]]></property><property name="__composer_autoload_files" fullname="$GLOBALS[&#39;__composer_autoload_files&#39;]" type="array" children="1" numchildren="8"></property><property name="namespaces" fullname="$GLOBALS[&#39;namespaces&#39;]" type="array" children="1" numchildren="405"></property><property name="base_url" fullname="$GLOBALS[&#39;base_url&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="base_path" fullname="$GLOBALS[&#39;base_path&#39;]" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="base_root" fullname="$GLOBALS[&#39;base_root&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="base_secure_url" fullname="$GLOBALS[&#39;base_secure_url&#39;]" type="string" size="20" encoding="base64"><![CDATA[aHR0cHM6Ly9kcnVwYWw4NS5kZXY=]]></property><property name="base_insecure_url" fullname="$GLOBALS[&#39;base_insecure_url&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="conf" fullname="$GLOBALS[&#39;conf&#39;]" type="array" children="1" numchildren="2"></property><property name="config_directories" fullname="$GLOBALS[&#39;config_directories&#39;]" type="array" children="1" numchildren="1"></property><property name="config" fullname="$GLOBALS[&#39;config&#39;]" type="array" children="0" numchildren="0"></property><property name="databases" fullname="$GLOBALS[&#39;databases&#39;]" type="array" children="1" numchildren="1"></property><property name="_SESSION" fullname="$GLOBALS[&#39;_SESSION&#39;]" type="array" children="1" numchildren="4"></property><property name="install_state" fullname="$GLOBALS[&#39;install_state&#39;]" type="null"></property></property></response>
<- context_get -i 19 -d 0 -c 2
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="19" context="2"><property name="STDOUT" fullname="STDOUT" type="resource" facet="constant"><![CDATA[resource id='2' type='stream']]></property><property name="STDERR" fullname="STDERR" type="resource" facet="constant"><![CDATA[resource id='4' type='stream']]></property><property name="PHPUNIT_COMPOSER_INSTALL" fullname="PHPUNIT_COMPOSER_INSTALL" type="string" size="72" facet="constant" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290L2NvcmUvdGVzdHMvLi4vLi4vYXV0b2xvYWQucGhw]]></property><property name="DRUPAL_MINIMUM_PHP" fullname="DRUPAL_MINIMUM_PHP" type="string" size="5" facet="constant" encoding="base64"><![CDATA[NS41Ljk=]]></property><property name="DRUPAL_MINIMUM_PHP_MEMORY_LIMIT" fullname="DRUPAL_MINIMUM_PHP_MEMORY_LIMIT" type="string" size="3" facet="constant" encoding="base64"><![CDATA[NjRN]]></property><property name="ERROR_REPORTING_HIDE" fullname="ERROR_REPORTING_HIDE" type="string" size="4" facet="constant" encoding="base64"><![CDATA[aGlkZQ==]]></property><property name="ERROR_REPORTING_DISPLAY_SOME" fullname="ERROR_REPORTING_DISPLAY_SOME" type="string" size="4" facet="constant" encoding="base64"><![CDATA[c29tZQ==]]></property><property name="ERROR_REPORTING_DISPLAY_ALL" fullname="ERROR_REPORTING_DISPLAY_ALL" type="string" size="3" facet="constant" encoding="base64"><![CDATA[YWxs]]></property><property name="ERROR_REPORTING_DISPLAY_VERBOSE" fullname="ERROR_REPORTING_DISPLAY_VERBOSE" type="string" size="7" facet="constant" encoding="base64"><![CDATA[dmVyYm9zZQ==]]></property><property name="DRUPAL_ANONYMOUS_RID" fullname="DRUPAL_ANONYMOUS_RID" type="string" size="9" facet="constant" encoding="base64"><![CDATA[YW5vbnltb3Vz]]></property><property name="DRUPAL_AUTHENTICATED_RID" fullname="DRUPAL_AUTHENTICATED_RID" type="string" size="13" facet="constant" encoding="base64"><![CDATA[YXV0aGVudGljYXRlZA==]]></property><property name="DRUPAL_EXTENSION_NAME_MAX_LENGTH" fullname="DRUPAL_EXTENSION_NAME_MAX_LENGTH" type="int" facet="constant"><![CDATA[50]]></property><property name="REQUEST_TIME" fullname="REQUEST_TIME" type="int" facet="constant"><![CDATA[1512155337]]></property><property name="DRUPAL_PHP_FUNCTION_PATTERN" fullname="DRUPAL_PHP_FUNCTION_PATTERN" type="string" size="40" facet="constant" encoding="base64"><![CDATA[W2EtekEtWl9ceDdmLVx4ZmZdW2EtekEtWjAtOV9ceDdmLVx4ZmZdKg==]]></property><property name="CONFIG_ACTIVE_DIRECTORY" fullname="CONFIG_ACTIVE_DIRECTORY" type="string" size="6" facet="constant" encoding="base64"><![CDATA[YWN0aXZl]]></property><property name="CONFIG_SYNC_DIRECTORY" fullname="CONFIG_SYNC_DIRECTORY" type="string" size="4" facet="constant" encoding="base64"><![CDATA[c3luYw==]]></property><property name="CONFIG_STAGING_DIRECTORY" fullname="CONFIG_STAGING_DIRECTORY" type="string" size="7" facet="constant" encoding="base64"><![CDATA[c3RhZ2luZw==]]></property><property name="DRUPAL_ROOT" fullname="DRUPAL_ROOT" type="string" size="42" facet="constant" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290]]></property><property name="DRUPAL_TEST_IN_CHILD_SITE" fullname="DRUPAL_TEST_IN_CHILD_SITE" type="bool" facet="constant"><![CDATA[0]]></property><property name="DRUPAL_USER_TIMEZONE_DEFAULT" fullname="DRUPAL_USER_TIMEZONE_DEFAULT" type="int" facet="constant"><![CDATA[0]]></property><property name="DRUPAL_USER_TIMEZONE_EMPTY" fullname="DRUPAL_USER_TIMEZONE_EMPTY" type="int" facet="constant"><![CDATA[1]]></property><property name="DRUPAL_USER_TIMEZONE_SELECT" fullname="DRUPAL_USER_TIMEZONE_SELECT" type="int" facet="constant"><![CDATA[2]]></property><property name="DRUPAL_DISABLED" fullname="DRUPAL_DISABLED" type="int" facet="constant"><![CDATA[0]]></property><property name="DRUPAL_OPTIONAL" fullname="DRUPAL_OPTIONAL" type="int" facet="constant"><![CDATA[1]]></property><property name="DRUPAL_REQUIRED" fullname="DRUPAL_REQUIRED" type="int" facet="constant"><![CDATA[2]]></property><property name="REGIONS_VISIBLE" fullname="REGIONS_VISIBLE" type="string" size="7" facet="constant" encoding="base64"><![CDATA[dmlzaWJsZQ==]]></property><property name="REGIONS_ALL" fullname="REGIONS_ALL" type="string" size="3" facet="constant" encoding="base64"><![CDATA[YWxs]]></property><property name="FILE_CHMOD_DIRECTORY" fullname="FILE_CHMOD_DIRECTORY" type="int" facet="constant"><![CDATA[509]]></property><property name="FILE_CHMOD_FILE" fullname="FILE_CHMOD_FILE" type="int" facet="constant"><![CDATA[436]]></property><property name="FILE_CREATE_DIRECTORY" fullname="FILE_CREATE_DIRECTORY" type="int" facet="constant"><![CDATA[1]]></property><property name="FILE_MODIFY_PERMISSIONS" fullname="FILE_MODIFY_PERMISSIONS" type="int" facet="constant"><![CDATA[2]]></property><property name="FILE_EXISTS_RENAME" fullname="FILE_EXISTS_RENAME" type="int" facet="constant"><![CDATA[0]]></property><property name="FILE_EXISTS_REPLACE" fullname="FILE_EXISTS_REPLACE" type="int" facet="constant"><![CDATA[1]]></property><property name="FILE_EXISTS_ERROR" fullname="FILE_EXISTS_ERROR" type="int" facet="constant"><![CDATA[2]]></property><property name="FILE_STATUS_PERMANENT" fullname="FILE_STATUS_PERMANENT" type="int" facet="constant"><![CDATA[1]]></property><property name="SAVED_NEW" fullname="SAVED_NEW" type="int" facet="constant"><![CDATA[1]]></property><property name="SAVED_UPDATED" fullname="SAVED_UPDATED" type="int" facet="constant"><![CDATA[2]]></property><property name="SAVED_DELETED" fullname="SAVED_DELETED" type="int" facet="constant"><![CDATA[3]]></property><property name="CSS_AGGREGATE_DEFAULT" fullname="CSS_AGGREGATE_DEFAULT" type="int" facet="constant"><![CDATA[0]]></property><property name="CSS_AGGREGATE_THEME" fullname="CSS_AGGREGATE_THEME" type="int" facet="constant"><![CDATA[100]]></property><property name="CSS_BASE" fullname="CSS_BASE" type="int" facet="constant"><![CDATA[-200]]></property><property name="CSS_LAYOUT" fullname="CSS_LAYOUT" type="int" facet="constant"><![CDATA[-100]]></property><property name="CSS_COMPONENT" fullname="CSS_COMPONENT" type="int" facet="constant"><![CDATA[0]]></property><property name="CSS_STATE" fullname="CSS_STATE" type="int" facet="constant"><![CDATA[100]]></property><property name="CSS_THEME" fullname="CSS_THEME" type="int" facet="constant"><![CDATA[200]]></property><property name="JS_SETTING" fullname="JS_SETTING" type="int" facet="constant"><![CDATA[-200]]></property><property name="JS_LIBRARY" fullname="JS_LIBRARY" type="int" facet="constant"><![CDATA[-100]]></property><property name="JS_DEFAULT" fullname="JS_DEFAULT" type="int" facet="constant"><![CDATA[0]]></property><property name="JS_THEME" fullname="JS_THEME" type="int" facet="constant"><![CDATA[100]]></property><property name="LOCALE_PLURAL_DELIMITER" fullname="LOCALE_PLURAL_DELIMITER" type="string" size="1" facet="constant" encoding="base64"><![CDATA[Aw==]]></property><property name="MARK_READ" fullname="MARK_READ" type="int" facet="constant"><![CDATA[0]]></property><property name="MARK_NEW" fullname="MARK_NEW" type="int" facet="constant"><![CDATA[1]]></property><property name="MARK_UPDATED" fullname="MARK_UPDATED" type="int" facet="constant"><![CDATA[2]]></property><property name="RESPONSIVE_PRIORITY_MEDIUM" fullname="RESPONSIVE_PRIORITY_MEDIUM" type="string" size="15" facet="constant" encoding="base64"><![CDATA[cHJpb3JpdHktbWVkaXVt]]></property><property name="RESPONSIVE_PRIORITY_LOW" fullname="RESPONSIVE_PRIORITY_LOW" type="string" size="12" facet="constant" encoding="base64"><![CDATA[cHJpb3JpdHktbG93]]></property><property name="SCHEMA_UNINSTALLED" fullname="SCHEMA_UNINSTALLED" type="int" facet="constant"><![CDATA[-1]]></property><property name="REQUIREMENT_INFO" fullname="REQUIREMENT_INFO" type="int" facet="constant"><![CDATA[-1]]></property><property name="REQUIREMENT_OK" fullname="REQUIREMENT_OK" type="int" facet="constant"><![CDATA[0]]></property><property name="REQUIREMENT_WARNING" fullname="REQUIREMENT_WARNING" type="int" facet="constant"><![CDATA[1]]></property><property name="REQUIREMENT_ERROR" fullname="REQUIREMENT_ERROR" type="int" facet="constant"><![CDATA[2]]></property><property name="FILE_EXIST" fullname="FILE_EXIST" type="int" facet="constant"><![CDATA[1]]></property><property name="FILE_READABLE" fullname="FILE_READABLE" type="int" facet="constant"><![CDATA[2]]></property><property name="FILE_WRITABLE" fullname="FILE_WRITABLE" type="int" facet="constant"><![CDATA[4]]></property><property name="FILE_EXECUTABLE" fullname="FILE_EXECUTABLE" type="int" facet="constant"><![CDATA[8]]></property><property name="FILE_NOT_EXIST" fullname="FILE_NOT_EXIST" type="int" facet="constant"><![CDATA[16]]></property><property name="FILE_NOT_READABLE" fullname="FILE_NOT_READABLE" type="int" facet="constant"><![CDATA[32]]></property><property name="FILE_NOT_WRITABLE" fullname="FILE_NOT_WRITABLE" type="int" facet="constant"><![CDATA[64]]></property><property name="FILE_NOT_EXECUTABLE" fullname="FILE_NOT_EXECUTABLE" type="int" facet="constant"><![CDATA[128]]></property><property name="INSTALL_TASK_SKIP" fullname="INSTALL_TASK_SKIP" type="int" facet="constant"><![CDATA[1]]></property><property name="INSTALL_TASK_RUN_IF_REACHED" fullname="INSTALL_TASK_RUN_IF_REACHED" type="int" facet="constant"><![CDATA[2]]></property><property name="INSTALL_TASK_RUN_IF_NOT_COMPLETED" fullname="INSTALL_TASK_RUN_IF_NOT_COMPLETED" type="int" facet="constant"><![CDATA[3]]></property><property name="USERNAME_MAX_LENGTH" fullname="USERNAME_MAX_LENGTH" type="int" facet="constant"><![CDATA[60]]></property><property name="USER_REGISTER_ADMINISTRATORS_ONLY" fullname="USER_REGISTER_ADMINISTRATORS_ONLY" type="string" size="10" facet="constant" encoding="base64"><![CDATA[YWRtaW5fb25seQ==]]></property><property name="USER_REGISTER_VISITORS" fullname="USER_REGISTER_VISITORS" type="string" size="8" facet="constant" encoding="base64"><![CDATA[dmlzaXRvcnM=]]></property><property name="USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL" fullname="USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL" type="string" size="23" facet="constant" encoding="base64"><![CDATA[dmlzaXRvcnNfYWRtaW5fYXBwcm92YWw=]]></property></response>
<- step_over -i 20
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_over" transaction_id="20" status="break" reason="ok"><xdebug:message filename="file:///Users/justinwinter/Sites/drupal85/docroot/core/modules/user/tests/src/Functional/RestRegisterUserTest.php" lineno="81"></xdebug:message></response>
<- stack_get -i 21
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="21"><stack where="Drupal\Tests\user\Functional\RestRegisterUserTest-&gt;testRegisterUser" level="0" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/core/modules/user/tests/src/Functional/RestRegisterUserTest.php" lineno="81"></stack><stack where="ReflectionMethod-&gt;invokeArgs" level="1" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestCase.php" lineno="908"></stack><stack where="Drupal\Tests\user\Functional\RestRegisterUserTest-&gt;runTest" level="2" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestCase.php" lineno="908"></stack><stack where="Drupal\Tests\user\Functional\RestRegisterUserTest-&gt;runBare" level="3" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestCase.php" lineno="768"></stack><stack where="PHPUnit_Framework_TestResult-&gt;run" level="4" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestResult.php" lineno="612"></stack><stack where="Drupal\Tests\user\Functional\RestRegisterUserTest-&gt;run" level="5" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/vendor/phpunit/phpunit/src/Framework/TestCase.php" lineno="724"></stack><stack where="__phpunit_run_isolated_test" level="6" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/-" lineno="52"></stack><stack where="{main}" level="7" type="file" filename="file:///Users/justinwinter/Sites/drupal85/docroot/-" lineno="100"></stack></response>
<- context_get -i 22 -d 0 -c 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="22" context="0"><property name="$email_count" fullname="$email_count" type="uninitialized"></property><property name="$request_body" fullname="$request_body" type="uninitialized"></property><property name="$request_options" fullname="$request_options" type="uninitialized"></property><property name="$response" fullname="$response" type="uninitialized"></property><property name="$user" fullname="$user" type="uninitialized"></property><property name="$user_register_url" fullname="$user_register_url" type="uninitialized"></property><property name="$user_settings" fullname="$user_settings" type="uninitialized"></property><property name="$this" fullname="$this" type="object" classname="Drupal\Tests\user\Functional\RestRegisterUserTest" children="1" numchildren="86" page="0" pagesize="100"><property name="format" fullname="$this::format" facet="static protected" type="string" size="8" encoding="base64"><![CDATA[aGFsX2pzb24=]]></property><property name="mimeType" fullname="$this::mimeType" facet="static protected" type="string" size="20" encoding="base64"><![CDATA[YXBwbGljYXRpb24vaGFsK2pzb24=]]></property><property name="auth" fullname="$this::auth" facet="static protected" type="string" size="6" encoding="base64"><![CDATA[Y29va2ll]]></property><property name="resourceConfigId" fullname="$this::resourceConfigId" facet="static protected" type="string" size="17" encoding="base64"><![CDATA[dXNlcl9yZWdpc3RyYXRpb24=]]></property><property name="modules" fullname="$this::modules" facet="static public" type="array" children="1" numchildren="2"></property><property name="*PHPUnit_Framework_Assert*count" fullname="$this::*PHPUnit_Framework_Assert*count" facet="static private" type="int"><![CDATA[2]]></property><property name="configSchemaCheckerExclusions" fullname="$this::configSchemaCheckerExclusions" facet="static protected" type="array" children="1" numchildren="5"></property><property name="account" fullname="$this-&gt;account" facet="protected" type="object" classname="Drupal\user\Entity\User" children="1" numchildren="27"></property><property name="resourceConfigStorage" fullname="$this-&gt;resourceConfigStorage" facet="protected" type="object" classname="Drupal\Core\Config\Entity\ConfigEntityStorage" children="1" numchildren="15"></property><property name="serializer" fullname="$this-&gt;serializer" facet="protected" type="object" classname="Symfony\Component\Serializer\Serializer" children="1" numchildren="6"></property><property name="databasePrefix" fullname="$this-&gt;databasePrefix" facet="protected" type="string" size="12" encoding="base64"><![CDATA[dGVzdDQ2NTE4Mzk0]]></property><property name="timeLimit" fullname="$this-&gt;timeLimit" facet="protected" type="int"><![CDATA[500]]></property><property name="translationFilesDirectory" fullname="$this-&gt;translationFilesDirectory" facet="protected" type="string" size="38" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NC90cmFuc2xhdGlvbnM=]]></property><property name="configImporter" fullname="$this-&gt;configImporter" facet="protected" type="null"></property><property name="profile" fullname="$this-&gt;profile" facet="protected" type="string" size="7" encoding="base64"><![CDATA[dGVzdGluZw==]]></property><property name="loggedInUser" fullname="$this-&gt;loggedInUser" facet="protected" type="bool"><![CDATA[0]]></property><property name="customTranslations" fullname="$this-&gt;customTranslations" facet="protected" type="null"></property><property name="minkDefaultDriverClass" fullname="$this-&gt;minkDefaultDriverClass" facet="protected" type="string" size="30" encoding="base64"><![CDATA[QmVoYXRcTWlua1xEcml2ZXJcR291dHRlRHJpdmVy]]></property><property name="minkDefaultDriverArgs" fullname="$this-&gt;minkDefaultDriverArgs" facet="protected" type="null"></property><property name="mink" fullname="$this-&gt;mink" facet="protected" type="object" classname="Behat\Mink\Mink" children="1" numchildren="2"></property><property name="runTestInSeparateProcess" fullname="$this-&gt;runTestInSeparateProcess" facet="protected" type="bool"><![CDATA[1]]></property><property name="preserveGlobalState" fullname="$this-&gt;preserveGlobalState" facet="protected" type="bool"><![CDATA[0]]></property><property name="htmlOutputClassName" fullname="$this-&gt;htmlOutputClassName" facet="protected" type="null"></property><property name="htmlOutputDirectory" fullname="$this-&gt;htmlOutputDirectory" facet="protected" type="null"></property><property name="htmlOutputCounterStorage" fullname="$this-&gt;htmlOutputCounterStorage" facet="protected" type="null"></property><property name="htmlOutputCounter" fullname="$this-&gt;htmlOutputCounter" facet="protected" type="int"><![CDATA[1]]></property><property name="htmlOutputEnabled" fullname="$this-&gt;htmlOutputEnabled" facet="protected" type="bool"><![CDATA[0]]></property><property name="htmlOutputFile" fullname="$this-&gt;htmlOutputFile" facet="protected" type="null"></property><property name="htmlOutputTestId" fullname="$this-&gt;htmlOutputTestId" facet="protected" type="null"></property><property name="baseUrl" fullname="$this-&gt;baseUrl" facet="protected" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="originalShutdownCallbacks" fullname="$this-&gt;originalShutdownCallbacks" facet="protected" type="array" children="0" numchildren="0"></property><property name="maximumMetaRefreshCount" fullname="$this-&gt;maximumMetaRefreshCount" facet="protected" type="null"></property><property name="metaRefreshCount" fullname="$this-&gt;metaRefreshCount" facet="protected" type="int"><![CDATA[0]]></property><property name="root" fullname="$this-&gt;root" facet="protected" type="string" size="42" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290]]></property><property name="originalContainer" fullname="$this-&gt;originalContainer" facet="protected" type="null"></property><property name="backupGlobals" fullname="$this-&gt;backupGlobals" facet="protected" type="null"></property><property name="backupGlobalsBlacklist" fullname="$this-&gt;backupGlobalsBlacklist" facet="protected" type="array" children="0" numchildren="0"></property><property name="backupStaticAttributes" fullname="$this-&gt;backupStaticAttributes" facet="protected" type="null"></property><property name="backupStaticAttributesBlacklist" fullname="$this-&gt;backupStaticAttributesBlacklist" facet="protected" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*inIsolation" fullname="$this-&gt;*PHPUnit_Framework_TestCase*inIsolation" facet="private" type="bool"><![CDATA[1]]></property><property name="*PHPUnit_Framework_TestCase*data" fullname="$this-&gt;*PHPUnit_Framework_TestCase*data" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*dataName" fullname="$this-&gt;*PHPUnit_Framework_TestCase*dataName" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*useErrorHandler" fullname="$this-&gt;*PHPUnit_Framework_TestCase*useErrorHandler" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*expectedException" fullname="$this-&gt;*PHPUnit_Framework_TestCase*expectedException" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*expectedExceptionMessage" fullname="$this-&gt;*PHPUnit_Framework_TestCase*expectedExceptionMessage" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*expectedExceptionMessageRegExp" fullname="$this-&gt;*PHPUnit_Framework_TestCase*expectedExceptionMessageRegExp" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*expectedExceptionCode" fullname="$this-&gt;*PHPUnit_Framework_TestCase*expectedExceptionCode" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*name" fullname="$this-&gt;*PHPUnit_Framework_TestCase*name" facet="private" type="string" size="16" encoding="base64"><![CDATA[dGVzdFJlZ2lzdGVyVXNlcg==]]></property><property name="*PHPUnit_Framework_TestCase*dependencies" fullname="$this-&gt;*PHPUnit_Framework_TestCase*dependencies" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*dependencyInput" fullname="$this-&gt;*PHPUnit_Framework_TestCase*dependencyInput" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*iniSettings" fullname="$this-&gt;*PHPUnit_Framework_TestCase*iniSettings" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*locale" fullname="$this-&gt;*PHPUnit_Framework_TestCase*locale" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*mockObjects" fullname="$this-&gt;*PHPUnit_Framework_TestCase*mockObjects" facet="private" type="array" children="0" numchildren="0"></property><property name="*PHPUnit_Framework_TestCase*mockObjectGenerator" fullname="$this-&gt;*PHPUnit_Framework_TestCase*mockObjectGenerator" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*status" fullname="$this-&gt;*PHPUnit_Framework_TestCase*status" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*statusMessage" fullname="$this-&gt;*PHPUnit_Framework_TestCase*statusMessage" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*numAssertions" fullname="$this-&gt;*PHPUnit_Framework_TestCase*numAssertions" facet="private" type="int"><![CDATA[0]]></property><property name="*PHPUnit_Framework_TestCase*result" fullname="$this-&gt;*PHPUnit_Framework_TestCase*result" facet="private" type="object" classname="PHPUnit_Framework_TestResult" children="1" numchildren="26"></property><property name="*PHPUnit_Framework_TestCase*testResult" fullname="$this-&gt;*PHPUnit_Framework_TestCase*testResult" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*output" fullname="$this-&gt;*PHPUnit_Framework_TestCase*output" facet="private" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="*PHPUnit_Framework_TestCase*outputExpectedRegex" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputExpectedRegex" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*outputExpectedString" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputExpectedString" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*outputCallback" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputCallback" facet="private" type="bool"><![CDATA[0]]></property><property name="*PHPUnit_Framework_TestCase*outputBufferingActive" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputBufferingActive" facet="private" type="bool"><![CDATA[1]]></property><property name="*PHPUnit_Framework_TestCase*outputBufferingLevel" fullname="$this-&gt;*PHPUnit_Framework_TestCase*outputBufferingLevel" facet="private" type="int"><![CDATA[1]]></property><property name="*PHPUnit_Framework_TestCase*snapshot" fullname="$this-&gt;*PHPUnit_Framework_TestCase*snapshot" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*prophet" fullname="$this-&gt;*PHPUnit_Framework_TestCase*prophet" facet="private" type="null"></property><property name="*PHPUnit_Framework_TestCase*disallowChangesToGlobalState" fullname="$this-&gt;*PHPUnit_Framework_TestCase*disallowChangesToGlobalState" facet="private" type="bool"><![CDATA[0]]></property><property name="rootUser" fullname="$this-&gt;rootUser" facet="protected" type="object" classname="Drupal\Core\Session\UserSession" children="1" numchildren="10"></property><property name="classLoader" fullname="$this-&gt;classLoader" facet="protected" type="object" classname="Composer\Autoload\ClassLoader" children="1" numchildren="10"></property><property name="configDirectories" fullname="$this-&gt;configDirectories" facet="protected" type="array" children="1" numchildren="1"></property><property name="container" fullname="$this-&gt;container" facet="protected" type="object" classname="Drupal\Core\DependencyInjection\Container" children="1" numchildren="7"></property><property name="siteDirectory" fullname="$this-&gt;siteDirectory" facet="protected" type="string" size="25" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NA==]]></property><property name="publicFilesDirectory" fullname="$this-&gt;publicFilesDirectory" facet="protected" type="string" size="31" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NC9maWxlcw==]]></property><property name="originalSite" fullname="$this-&gt;originalSite" facet="protected" type="string" size="13" encoding="base64"><![CDATA[c2l0ZXMvZGVmYXVsdA==]]></property><property name="privateFilesDirectory" fullname="$this-&gt;privateFilesDirectory" facet="protected" type="string" size="33" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NC9wcml2YXRl]]></property><property name="originalProfile" fullname="$this-&gt;originalProfile" facet="protected" type="null"></property><property name="strictConfigSchema" fullname="$this-&gt;strictConfigSchema" facet="protected" type="bool"><![CDATA[1]]></property><property name="kernel" fullname="$this-&gt;kernel" facet="protected" type="object" classname="Drupal\Core\DrupalKernel" children="1" numchildren="22"></property><property name="tempFilesDirectory" fullname="$this-&gt;tempFilesDirectory" facet="protected" type="string" size="30" encoding="base64"><![CDATA[c2l0ZXMvc2ltcGxldGVzdC80NjUxODM5NC90ZW1w]]></property><property name="testId" fullname="$this-&gt;testId" facet="protected" type="null"></property><property name="randomGenerator" fullname="$this-&gt;randomGenerator" facet="protected" type="object" classname="Drupal\Component\Utility\Random" children="1" numchildren="2"></property><property name="sessionName" fullname="$this-&gt;sessionName" facet="protected" type="string" size="36" encoding="base64"><![CDATA[U0VTUzk5ZGZlNjYzYWE0NmRmNzk1NmQzY2EzN2E4YWQ1MTVi]]></property><property name="sessionCookie" fullname="$this-&gt;sessionCookie" facet="protected" type="string" size="80" encoding="base64"><![CDATA[U0VTUzk5ZGZlNjYzYWE0NmRmNzk1NmQzY2EzN2E4YWQ1MTViPUdUTDBlS2Q0eFVfMFcwTGFkNEotUWNHWnhmSjRaaXlzV1A1U0dxQ09JLXM=]]></property><property name="csrfToken" fullname="$this-&gt;csrfToken" facet="protected" type="string" size="43" encoding="base64"><![CDATA[TXpWdnNTbnkzWVM4b1JyRmx3Z29seVVvNDZIR1ItWFRjZmhrandNUExDUQ==]]></property><property name="logoutToken" fullname="$this-&gt;logoutToken" facet="protected" type="string" size="43" encoding="base64"><![CDATA[RmlDZXM5N2p2R2VMTFpXMHl4RG1ncElyekJjeWFsZXJXcl96d3ItaEtrUQ==]]></property></property></response>
<- context_get -i 23 -d 0 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="23" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_ENV" fullname="$_ENV" type="array" children="1" numchildren="3" page="0" pagesize="100"><property name="SIMPLETEST_BASE_URL" fullname="$_ENV[&#39;SIMPLETEST_BASE_URL&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="SIMPLETEST_DB" fullname="$_ENV[&#39;SIMPLETEST_DB&#39;]" type="string" size="26" encoding="base64"><![CDATA[bXlzcWw6Ly9yb290OkBsb2NhbGhvc3QvZDg=]]></property><property name="BROWSERTEST_OUTPUT_DIRECTORY" fullname="$_ENV[&#39;BROWSERTEST_OUTPUT_DIRECTORY&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="50" page="0" pagesize="100"><property name="PIP_DOWNLOAD_CACHE" fullname="$_SERVER[&#39;PIP_DOWNLOAD_CACHE&#39;]" type="string" size="30" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ucGlwL2NhY2hl]]></property><property name="MANPATH" fullname="$_SERVER[&#39;MANPATH&#39;]" type="string" size="355" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ubnZtL3ZlcnNpb25zL25vZGUvdjguMS4wL3NoYXJlL21hbjovdXNyL2xvY2FsL3NoYXJlL21hbjovdXNyL3NoYXJlL21hbjovQXBwbGljYXRpb25zL1hjb2RlLmFwcC9Db250ZW50cy9EZXZlbG9wZXIvUGxhdGZvcm1zL01hY09TWC5wbGF0Zm9ybS9EZXZlbG9wZXIvU0RLcy9NYWNPU1gxMC4xMy5zZGsvdXNyL3NoYXJlL21hbjovQXBwbGljYXRpb25zL1hjb2RlLmFwcC9Db250ZW50cy9EZXZlbG9wZXIvdXNyL3NoYXJlL21hbjovQXBwbGljYXRpb25zL1hjb2RlLmFwcC9Db250ZW50cy9EZXZlbG9wZXIvVG9vbGNoYWlucy9YY29kZURlZmF1bHQueGN0b29sY2hhaW4vdXNyL3NoYXJlL21hbg==]]></property><property name="PIP_REQUIRE_VIRTUALENV" fullname="$_SERVER[&#39;PIP_REQUIRE_VIRTUALENV&#39;]" type="string" size="4" encoding="base64"><![CDATA[dHJ1ZQ==]]></property><property name="NVM_CD_FLAGS" fullname="$_SERVER[&#39;NVM_CD_FLAGS&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="SHELL" fullname="$_SERVER[&#39;SHELL&#39;]" type="string" size="9" encoding="base64"><![CDATA[L2Jpbi9iYXNo]]></property><property name="SYMFONY_DEPRECATIONS_SERIALIZE" fullname="$_SERVER[&#39;SYMFONY_DEPRECATIONS_SERIALIZE&#39;]" type="string" size="69" encoding="base64"><![CDATA[L3ByaXZhdGUvdmFyL2ZvbGRlcnMvazcvY2trN242MHgzMXMxaDJzX2hxY3k5aDRjMDAwMGduL1QvZGVwcmVjaWZPdGFa]]></property><property name="TMPDIR" fullname="$_SERVER[&#39;TMPDIR&#39;]" type="string" size="49" encoding="base64"><![CDATA[L3Zhci9mb2xkZXJzL2s3L2NrazduNjB4MzFzMWgyc19ocWN5OWg0YzAwMDBnbi9ULw==]]></property><property name="Apple_PubSub_Socket_Render" fullname="$_SERVER[&#39;Apple_PubSub_Socket_Render&#39;]" type="string" size="48" encoding="base64"><![CDATA[L3ByaXZhdGUvdG1wL2NvbS5hcHBsZS5sYXVuY2hkLjRja0p6UDRxNncvUmVuZGVy]]></property><property name="USER" fullname="$_SERVER[&#39;USER&#39;]" type="string" size="12" encoding="base64"><![CDATA[anVzdGlud2ludGVy]]></property><property name="NVM_DIR" fullname="$_SERVER[&#39;NVM_DIR&#39;]" type="string" size="24" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ubnZt]]></property><property name="SSH_AUTH_SOCK" fullname="$_SERVER[&#39;SSH_AUTH_SOCK&#39;]" type="string" size="51" encoding="base64"><![CDATA[L3ByaXZhdGUvdG1wL2NvbS5hcHBsZS5sYXVuY2hkLjlQWUxwcEFkeEEvTGlzdGVuZXJz]]></property><property name="__CF_USER_TEXT_ENCODING" fullname="$_SERVER[&#39;__CF_USER_TEXT_ENCODING&#39;]" type="string" size="13" encoding="base64"><![CDATA[MHgxRjU6MHgwOjB4MA==]]></property><property name="XDEBUG_CONFIG" fullname="$_SERVER[&#39;XDEBUG_CONFIG&#39;]" type="string" size="12" encoding="base64"><![CDATA[aWRla2V5PTEzMzYw]]></property><property name="PATH" fullname="$_SERVER[&#39;PATH&#39;]" type="string" size="151" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ubnZtL3ZlcnNpb25zL25vZGUvdjguMS4wL2JpbjovdXNyL2xvY2FsL2JpbjovdXNyL2xvY2FsL3NiaW46L3Vzci9iaW46L2JpbjovdXNyL3NiaW46L3NiaW46L1VzZXJzL2p1c3RpbndpbnRlci8uY29tcG9zZXIvdmVuZG9yL2Jpbg==]]></property><property name="VERSIONER_PYTHON_VERSION" fullname="$_SERVER[&#39;VERSIONER_PYTHON_VERSION&#39;]" type="string" size="3" encoding="base64"><![CDATA[Mi43]]></property><property name="NVM_NODEJS_ORG_MIRROR" fullname="$_SERVER[&#39;NVM_NODEJS_ORG_MIRROR&#39;]" type="string" size="23" encoding="base64"><![CDATA[aHR0cHM6Ly9ub2RlanMub3JnL2Rpc3Q=]]></property><property name="PWD" fullname="$_SERVER[&#39;PWD&#39;]" type="string" size="42" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290]]></property><property name="XPC_FLAGS" fullname="$_SERVER[&#39;XPC_FLAGS&#39;]" type="string" size="3" encoding="base64"><![CDATA[MHgw]]></property><property name="XPC_SERVICE_NAME" fullname="$_SERVER[&#39;XPC_SERVICE_NAME&#39;]" type="string" size="1" encoding="base64"><![CDATA[MA==]]></property><property name="IDE_PHPUNIT_CUSTOM_LOADER" fullname="$_SERVER[&#39;IDE_PHPUNIT_CUSTOM_LOADER&#39;]" type="string" size="62" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290L3ZlbmRvci9hdXRvbG9hZC5waHA=]]></property><property name="SHLVL" fullname="$_SERVER[&#39;SHLVL&#39;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HOME" fullname="$_SERVER[&#39;HOME&#39;]" type="string" size="19" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlcg==]]></property><property name="BROWSERTEST_OUTPUT_DIRECTORY" fullname="$_SERVER[&#39;BROWSERTEST_OUTPUT_DIRECTORY&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="SIMPLETEST_BASE_URL" fullname="$_SERVER[&#39;SIMPLETEST_BASE_URL&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="SIMPLETEST_DB" fullname="$_SERVER[&#39;SIMPLETEST_DB&#39;]" type="string" size="26" encoding="base64"><![CDATA[bXlzcWw6Ly9yb290OkBsb2NhbGhvc3QvZDg=]]></property><property name="LOGNAME" fullname="$_SERVER[&#39;LOGNAME&#39;]" type="string" size="12" encoding="base64"><![CDATA[anVzdGlud2ludGVy]]></property><property name="LC_CTYPE" fullname="$_SERVER[&#39;LC_CTYPE&#39;]" type="string" size="11" encoding="base64"><![CDATA[ZW5fVVMuVVRGLTg=]]></property><property name="VERSIONER_PYTHON_PREFER_32_BIT" fullname="$_SERVER[&#39;VERSIONER_PYTHON_PREFER_32_BIT&#39;]" type="string" size="2" encoding="base64"><![CDATA[bm8=]]></property><property name="NVM_BIN" fullname="$_SERVER[&#39;NVM_BIN&#39;]" type="string" size="49" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci8ubnZtL3ZlcnNpb25zL25vZGUvdjguMS4wL2Jpbg==]]></property><property name="NVM_IOJS_ORG_MIRROR" fullname="$_SERVER[&#39;NVM_IOJS_ORG_MIRROR&#39;]" type="string" size="21" encoding="base64"><![CDATA[aHR0cHM6Ly9pb2pzLm9yZy9kaXN0]]></property><property name="ARCHFLAGS" fullname="$_SERVER[&#39;ARCHFLAGS&#39;]" type="string" size="12" encoding="base64"><![CDATA[LWFyY2ggeDg2XzY0]]></property><property name="_" fullname="$_SERVER[&#39;_&#39;]" type="string" size="41" encoding="base64"><![CDATA[L3Vzci9sb2NhbC9DZWxsYXIvcGhwNzEvNy4xLjEwXzIxL2Jpbi9waHA=]]></property><property name="PHP_SELF" fullname="$_SERVER[&#39;PHP_SELF&#39;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="SCRIPT_NAME" fullname="$_SERVER[&#39;SCRIPT_NAME&#39;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&#39;SCRIPT_FILENAME&#39;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="PATH_TRANSLATED" fullname="$_SERVER[&#39;PATH_TRANSLATED&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&#39;DOCUMENT_ROOT&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER[&#39;REQUEST_TIME_FLOAT&#39;]" type="float"><![CDATA[1512155337.3212]]></property><property name="REQUEST_TIME" fullname="$_SERVER[&#39;REQUEST_TIME&#39;]" type="int"><![CDATA[1512155337]]></property><property name="argv" fullname="$_SERVER[&#39;argv&#39;]" type="array" children="1" numchildren="1"></property><property name="argc" fullname="$_SERVER[&#39;argc&#39;]" type="int"><![CDATA[1]]></property><property name="HTTP_HOST" fullname="$_SERVER[&#39;HTTP_HOST&#39;]" type="string" size="12" encoding="base64"><![CDATA[ZHJ1cGFsODUuZGV2]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&#39;REMOTE_ADDR&#39;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&#39;SERVER_ADDR&#39;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&#39;SERVER_PORT&#39;]" type="int"><![CDATA[80]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&#39;SERVER_SOFTWARE&#39;]" type="null"></property><property name="SERVER_NAME" fullname="$_SERVER[&#39;SERVER_NAME&#39;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="REQUEST_URI" fullname="$_SERVER[&#39;REQUEST_URI&#39;]" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&#39;REQUEST_METHOD&#39;]" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&#39;HTTP_USER_AGENT&#39;]" type="string" size="19" encoding="base64"><![CDATA[RHJ1cGFsIGNvbW1hbmQgbGluZQ==]]></property></property><property name="$_SESSION" fullname="$_SESSION" type="array" children="1" numchildren="4" page="0" pagesize="100"><property name="_sf2_attributes" fullname="$_SESSION[&#39;_sf2_attributes&#39;]" type="array" children="0" numchildren="0"></property><property name="_sf2_flashes" fullname="$_SESSION[&#39;_sf2_flashes&#39;]" type="array" children="0" numchildren="0"></property><property name="_sf2_meta" fullname="$_SESSION[&#39;_sf2_meta&#39;]" type="array" children="1" numchildren="3"></property><property name="messages" fullname="$_SESSION[&#39;messages&#39;]" type="array" children="1" numchildren="1"></property></property><property name="$GLOBALS" fullname="$GLOBALS" type="array" children="1" numchildren="27" page="0" pagesize="100"><property name="_GET" fullname="$GLOBALS[&#39;_GET&#39;]" type="array" children="0" numchildren="0"></property><property name="_POST" fullname="$GLOBALS[&#39;_POST&#39;]" type="array" children="0" numchildren="0"></property><property name="_COOKIE" fullname="$GLOBALS[&#39;_COOKIE&#39;]" type="array" children="0" numchildren="0"></property><property name="_FILES" fullname="$GLOBALS[&#39;_FILES&#39;]" type="array" children="0" numchildren="0"></property><property name="argv" fullname="$GLOBALS[&#39;argv&#39;]" type="array" children="1" numchildren="1"></property><property name="argc" fullname="$GLOBALS[&#39;argc&#39;]" type="int"><![CDATA[1]]></property><property name="_ENV" fullname="$GLOBALS[&#39;_ENV&#39;]" type="array" children="1" numchildren="3"></property><property name="_REQUEST" fullname="$GLOBALS[&#39;_REQUEST&#39;]" type="array" children="0" numchildren="0"></property><property name="_SERVER" fullname="$GLOBALS[&#39;_SERVER&#39;]" type="array" children="1" numchildren="50"></property><property name="GLOBALS" fullname="$GLOBALS[&#39;GLOBALS&#39;]" type="array" children="1" recursive="1"></property><property name="composerAutoload" fullname="$GLOBALS[&#39;composerAutoload&#39;]" type="string" size="72" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290L2NvcmUvdGVzdHMvLi4vLi4vYXV0b2xvYWQucGhw]]></property><property name="phar" fullname="$GLOBALS[&#39;phar&#39;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="configurationFilePath" fullname="$GLOBALS[&#39;configurationFilePath&#39;]" type="string" size="59" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290L2NvcmUvcGhwdW5pdC54bWw=]]></property><property name="__composer_autoload_files" fullname="$GLOBALS[&#39;__composer_autoload_files&#39;]" type="array" children="1" numchildren="8"></property><property name="namespaces" fullname="$GLOBALS[&#39;namespaces&#39;]" type="array" children="1" numchildren="405"></property><property name="base_url" fullname="$GLOBALS[&#39;base_url&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="base_path" fullname="$GLOBALS[&#39;base_path&#39;]" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="base_root" fullname="$GLOBALS[&#39;base_root&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="base_secure_url" fullname="$GLOBALS[&#39;base_secure_url&#39;]" type="string" size="20" encoding="base64"><![CDATA[aHR0cHM6Ly9kcnVwYWw4NS5kZXY=]]></property><property name="base_insecure_url" fullname="$GLOBALS[&#39;base_insecure_url&#39;]" type="string" size="19" encoding="base64"><![CDATA[aHR0cDovL2RydXBhbDg1LmRldg==]]></property><property name="conf" fullname="$GLOBALS[&#39;conf&#39;]" type="array" children="1" numchildren="2"></property><property name="config_directories" fullname="$GLOBALS[&#39;config_directories&#39;]" type="array" children="1" numchildren="1"></property><property name="config" fullname="$GLOBALS[&#39;config&#39;]" type="array" children="0" numchildren="0"></property><property name="databases" fullname="$GLOBALS[&#39;databases&#39;]" type="array" children="1" numchildren="1"></property><property name="_SESSION" fullname="$GLOBALS[&#39;_SESSION&#39;]" type="array" children="1" numchildren="4"></property><property name="install_state" fullname="$GLOBALS[&#39;install_state&#39;]" type="null"></property></property></response>
<- context_get -i 24 -d 0 -c 2
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="24" context="2"><property name="STDOUT" fullname="STDOUT" type="resource" facet="constant"><![CDATA[resource id='2' type='stream']]></property><property name="STDERR" fullname="STDERR" type="resource" facet="constant"><![CDATA[resource id='4' type='stream']]></property><property name="PHPUNIT_COMPOSER_INSTALL" fullname="PHPUNIT_COMPOSER_INSTALL" type="string" size="72" facet="constant" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290L2NvcmUvdGVzdHMvLi4vLi4vYXV0b2xvYWQucGhw]]></property><property name="DRUPAL_MINIMUM_PHP" fullname="DRUPAL_MINIMUM_PHP" type="string" size="5" facet="constant" encoding="base64"><![CDATA[NS41Ljk=]]></property><property name="DRUPAL_MINIMUM_PHP_MEMORY_LIMIT" fullname="DRUPAL_MINIMUM_PHP_MEMORY_LIMIT" type="string" size="3" facet="constant" encoding="base64"><![CDATA[NjRN]]></property><property name="ERROR_REPORTING_HIDE" fullname="ERROR_REPORTING_HIDE" type="string" size="4" facet="constant" encoding="base64"><![CDATA[aGlkZQ==]]></property><property name="ERROR_REPORTING_DISPLAY_SOME" fullname="ERROR_REPORTING_DISPLAY_SOME" type="string" size="4" facet="constant" encoding="base64"><![CDATA[c29tZQ==]]></property><property name="ERROR_REPORTING_DISPLAY_ALL" fullname="ERROR_REPORTING_DISPLAY_ALL" type="string" size="3" facet="constant" encoding="base64"><![CDATA[YWxs]]></property><property name="ERROR_REPORTING_DISPLAY_VERBOSE" fullname="ERROR_REPORTING_DISPLAY_VERBOSE" type="string" size="7" facet="constant" encoding="base64"><![CDATA[dmVyYm9zZQ==]]></property><property name="DRUPAL_ANONYMOUS_RID" fullname="DRUPAL_ANONYMOUS_RID" type="string" size="9" facet="constant" encoding="base64"><![CDATA[YW5vbnltb3Vz]]></property><property name="DRUPAL_AUTHENTICATED_RID" fullname="DRUPAL_AUTHENTICATED_RID" type="string" size="13" facet="constant" encoding="base64"><![CDATA[YXV0aGVudGljYXRlZA==]]></property><property name="DRUPAL_EXTENSION_NAME_MAX_LENGTH" fullname="DRUPAL_EXTENSION_NAME_MAX_LENGTH" type="int" facet="constant"><![CDATA[50]]></property><property name="REQUEST_TIME" fullname="REQUEST_TIME" type="int" facet="constant"><![CDATA[1512155337]]></property><property name="DRUPAL_PHP_FUNCTION_PATTERN" fullname="DRUPAL_PHP_FUNCTION_PATTERN" type="string" size="40" facet="constant" encoding="base64"><![CDATA[W2EtekEtWl9ceDdmLVx4ZmZdW2EtekEtWjAtOV9ceDdmLVx4ZmZdKg==]]></property><property name="CONFIG_ACTIVE_DIRECTORY" fullname="CONFIG_ACTIVE_DIRECTORY" type="string" size="6" facet="constant" encoding="base64"><![CDATA[YWN0aXZl]]></property><property name="CONFIG_SYNC_DIRECTORY" fullname="CONFIG_SYNC_DIRECTORY" type="string" size="4" facet="constant" encoding="base64"><![CDATA[c3luYw==]]></property><property name="CONFIG_STAGING_DIRECTORY" fullname="CONFIG_STAGING_DIRECTORY" type="string" size="7" facet="constant" encoding="base64"><![CDATA[c3RhZ2luZw==]]></property><property name="DRUPAL_ROOT" fullname="DRUPAL_ROOT" type="string" size="42" facet="constant" encoding="base64"><![CDATA[L1VzZXJzL2p1c3RpbndpbnRlci9TaXRlcy9kcnVwYWw4NS9kb2Nyb290]]></property><property name="DRUPAL_TEST_IN_CHILD_SITE" fullname="DRUPAL_TEST_IN_CHILD_SITE" type="bool" facet="constant"><![CDATA[0]]></property><property name="DRUPAL_USER_TIMEZONE_DEFAULT" fullname="DRUPAL_USER_TIMEZONE_DEFAULT" type="int" facet="constant"><![CDATA[0]]></property><property name="DRUPAL_USER_TIMEZONE_EMPTY" fullname="DRUPAL_USER_TIMEZONE_EMPTY" type="int" facet="constant"><![CDATA[1]]></property><property name="DRUPAL_USER_TIMEZONE_SELECT" fullname="DRUPAL_USER_TIMEZONE_SELECT" type="int" facet="constant"><![CDATA[2]]></property><property name="DRUPAL_DISABLED" fullname="DRUPAL_DISABLED" type="int" facet="constant"><![CDATA[0]]></property><property name="DRUPAL_OPTIONAL" fullname="DRUPAL_OPTIONAL" type="int" facet="constant"><![CDATA[1]]></property><property name="DRUPAL_REQUIRED" fullname="DRUPAL_REQUIRED" type="int" facet="constant"><![CDATA[2]]></property><property name="REGIONS_VISIBLE" fullname="REGIONS_VISIBLE" type="string" size="7" facet="constant" encoding="base64"><![CDATA[dmlzaWJsZQ==]]></property><property name="REGIONS_ALL" fullname="REGIONS_ALL" type="string" size="3" facet="constant" encoding="base64"><![CDATA[YWxs]]></property><property name="FILE_CHMOD_DIRECTORY" fullname="FILE_CHMOD_DIRECTORY" type="int" facet="constant"><![CDATA[509]]></property><property name="FILE_CHMOD_FILE" fullname="FILE_CHMOD_FILE" type="int" facet="constant"><![CDATA[436]]></property><property name="FILE_CREATE_DIRECTORY" fullname="FILE_CREATE_DIRECTORY" type="int" facet="constant"><![CDATA[1]]></property><property name="FILE_MODIFY_PERMISSIONS" fullname="FILE_MODIFY_PERMISSIONS" type="int" facet="constant"><![CDATA[2]]></property><property name="FILE_EXISTS_RENAME" fullname="FILE_EXISTS_RENAME" type="int" facet="constant"><![CDATA[0]]></property><property name="FILE_EXISTS_REPLACE" fullname="FILE_EXISTS_REPLACE" type="int" facet="constant"><![CDATA[1]]></property><property name="FILE_EXISTS_ERROR" fullname="FILE_EXISTS_ERROR" type="int" facet="constant"><![CDATA[2]]></property><property name="FILE_STATUS_PERMANENT" fullname="FILE_STATUS_PERMANENT" type="int" facet="constant"><![CDATA[1]]></property><property name="SAVED_NEW" fullname="SAVED_NEW" type="int" facet="constant"><![CDATA[1]]></property><property name="SAVED_UPDATED" fullname="SAVED_UPDATED" type="int" facet="constant"><![CDATA[2]]></property><property name="SAVED_DELETED" fullname="SAVED_DELETED" type="int" facet="constant"><![CDATA[3]]></property><property name="CSS_AGGREGATE_DEFAULT" fullname="CSS_AGGREGATE_DEFAULT" type="int" facet="constant"><![CDATA[0]]></property><property name="CSS_AGGREGATE_THEME" fullname="CSS_AGGREGATE_THEME" type="int" facet="constant"><![CDATA[100]]></property><property name="CSS_BASE" fullname="CSS_BASE" type="int" facet="constant"><![CDATA[-200]]></property><property name="CSS_LAYOUT" fullname="CSS_LAYOUT" type="int" facet="constant"><![CDATA[-100]]></property><property name="CSS_COMPONENT" fullname="CSS_COMPONENT" type="int" facet="constant"><![CDATA[0]]></property><property name="CSS_STATE" fullname="CSS_STATE" type="int" facet="constant"><![CDATA[100]]></property><property name="CSS_THEME" fullname="CSS_THEME" type="int" facet="constant"><![CDATA[200]]></property><property name="JS_SETTING" fullname="JS_SETTING" type="int" facet="constant"><![CDATA[-200]]></property><property name="JS_LIBRARY" fullname="JS_LIBRARY" type="int" facet="constant"><![CDATA[-100]]></property><property name="JS_DEFAULT" fullname="JS_DEFAULT" type="int" facet="constant"><![CDATA[0]]></property><property name="JS_THEME" fullname="JS_THEME" type="int" facet="constant"><![CDATA[100]]></property><property name="LOCALE_PLURAL_DELIMITER" fullname="LOCALE_PLURAL_DELIMITER" type="string" size="1" facet="constant" encoding="base64"><![CDATA[Aw==]]></property><property name="MARK_READ" fullname="MARK_READ" type="int" facet="constant"><![CDATA[0]]></property><property name="MARK_NEW" fullname="MARK_NEW" type="int" facet="constant"><![CDATA[1]]></property><property name="MARK_UPDATED" fullname="MARK_UPDATED" type="int" facet="constant"><![CDATA[2]]></property><property name="RESPONSIVE_PRIORITY_MEDIUM" fullname="RESPONSIVE_PRIORITY_MEDIUM" type="string" size="15" facet="constant" encoding="base64"><![CDATA[cHJpb3JpdHktbWVkaXVt]]></property><property name="RESPONSIVE_PRIORITY_LOW" fullname="RESPONSIVE_PRIORITY_LOW" type="string" size="12" facet="constant" encoding="base64"><![CDATA[cHJpb3JpdHktbG93]]></property><property name="SCHEMA_UNINSTALLED" fullname="SCHEMA_UNINSTALLED" type="int" facet="constant"><![CDATA[-1]]></property><property name="REQUIREMENT_INFO" fullname="REQUIREMENT_INFO" type="int" facet="constant"><![CDATA[-1]]></property><property name="REQUIREMENT_OK" fullname="REQUIREMENT_OK" type="int" facet="constant"><![CDATA[0]]></property><property name="REQUIREMENT_WARNING" fullname="REQUIREMENT_WARNING" type="int" facet="constant"><![CDATA[1]]></property><property name="REQUIREMENT_ERROR" fullname="REQUIREMENT_ERROR" type="int" facet="constant"><![CDATA[2]]></property><property name="FILE_EXIST" fullname="FILE_EXIST" type="int" facet="constant"><![CDATA[1]]></property><property name="FILE_READABLE" fullname="FILE_READABLE" type="int" facet="constant"><![CDATA[2]]></property><property name="FILE_WRITABLE" fullname="FILE_WRITABLE" type="int" facet="constant"><![CDATA[4]]></property><property name="FILE_EXECUTABLE" fullname="FILE_EXECUTABLE" type="int" facet="constant"><![CDATA[8]]></property><property name="FILE_NOT_EXIST" fullname="FILE_NOT_EXIST" type="int" facet="constant"><![CDATA[16]]></property><property name="FILE_NOT_READABLE" fullname="FILE_NOT_READABLE" type="int" facet="constant"><![CDATA[32]]></property><property name="FILE_NOT_WRITABLE" fullname="FILE_NOT_WRITABLE" type="int" facet="constant"><![CDATA[64]]></property><property name="FILE_NOT_EXECUTABLE" fullname="FILE_NOT_EXECUTABLE" type="int" facet="constant"><![CDATA[128]]></property><property name="INSTALL_TASK_SKIP" fullname="INSTALL_TASK_SKIP" type="int" facet="constant"><![CDATA[1]]></property><property name="INSTALL_TASK_RUN_IF_REACHED" fullname="INSTALL_TASK_RUN_IF_REACHED" type="int" facet="constant"><![CDATA[2]]></property><property name="INSTALL_TASK_RUN_IF_NOT_COMPLETED" fullname="INSTALL_TASK_RUN_IF_NOT_COMPLETED" type="int" facet="constant"><![CDATA[3]]></property><property name="USERNAME_MAX_LENGTH" fullname="USERNAME_MAX_LENGTH" type="int" facet="constant"><![CDATA[60]]></property><property name="USER_REGISTER_ADMINISTRATORS_ONLY" fullname="USER_REGISTER_ADMINISTRATORS_ONLY" type="string" size="10" facet="constant" encoding="base64"><![CDATA[YWRtaW5fb25seQ==]]></property><property name="USER_REGISTER_VISITORS" fullname="USER_REGISTER_VISITORS" type="string" size="8" facet="constant" encoding="base64"><![CDATA[dmlzaXRvcnM=]]></property><property name="USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL" fullname="USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL" type="string" size="23" facet="constant" encoding="base64"><![CDATA[dmlzaXRvcnNfYWRtaW5fYXBwcm92YWw=]]></property></response>
<- stop -i 25
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop" transaction_id="25" status="stopped" reason="ok"></response>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop" transaction_id="25" status="stopping" reason="ok"></response>
<- run -i 26
Log closed at 2017-12-01 19:09:42
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="10" status="stopping" reason="ok"></response>
<- stop -i 11
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop" transaction_id="11" status="stopped" reason="ok"></response>
Log closed at 2017-12-01 19:09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment