From 6a04a0c474409c23af77dbf4b028693f65615367 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Tue, 10 Jan 2023 15:35:23 +0100 Subject: [PATCH] Add context property --- tests/unit/TestStreamWrapper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/TestStreamWrapper.php b/tests/unit/TestStreamWrapper.php index 0d2a7bfc..0e698107 100644 --- a/tests/unit/TestStreamWrapper.php +++ b/tests/unit/TestStreamWrapper.php @@ -36,6 +36,8 @@ class TestStreamWrapper { public static $map = []; + public $context; + protected $_protocol; /** @var string */