function it_can_be_serialized_as_env_array() { $this->addGeneratedType('PhpSpec\\Foo'); $this->asEnv()->shouldReturn(array('PHPSPEC_EXECUTION_CONTEXT' => '{"generated-types":["PhpSpec\\\\Foo"]}')); }