diff --git a/src/Drupal/DrupalExtension/Context/DrupalContext.php b/src/Drupal/DrupalExtension/Context/DrupalContext.php
index 258f0bd..7f7fdb4 100644
--- a/src/Drupal/DrupalExtension/Context/DrupalContext.php
+++ b/src/Drupal/DrupalExtension/Context/DrupalContext.php
@@ -67,7 +67,7 @@ class DrupalContext extends MinkContext implements DrupalAwareInterface, Transla
    *
    * @var array
    */
-  private $users = array();
+  public $users = array();
 
   /**
    * Keep track of all terms that are created so they can easily be removed.
@@ -81,7 +81,7 @@ class DrupalContext extends MinkContext implements DrupalAwareInterface, Transla
    *
    * @var array
    */
-  private $roles = array();
+  public $roles = array();
 
   /**
    * Initialize subcontexts.
