Closed binarylogic closed 7 years ago
The runtime context was erroneously using the Contexts::System for initialization. This was overriding the system context with a blank map. This change uses the correct class and adds tests for capturing these contexts properly.
runtime
Contexts::System
system
The
runtime
context was erroneously using theContexts::System
for initialization. This was overriding thesystem
context with a blank map. This change uses the correct class and adds tests for capturing these contexts properly.