Skip to content
Snippets Groups Projects

Add a missing property

Merged Juraj Nemec requested to merge issue/tfa-3436885:3436885-creation-of-dynamic into 7.x-2.x
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -10,6 +10,13 @@
*/
class TfaTestCase extends DrupalWebTestCase {
/**
* A user with permission to access content.
*
* @var object
*/
protected $web_user;
/**
* Implement getInfo().
*/
Loading