Skip to content

Commit bd50efe

Browse files
committed
add missing property
1 parent 19a8867 commit bd50efe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/Idoit/APIClient/BaseTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ abstract class BaseTest extends TestCase {
5757
*/
5858
protected $cmdbCategory;
5959

60+
/**
61+
* @var CMDBCondition|null
62+
*/
63+
protected $cmdbCondition;
64+
6065
/**
6166
* @var CMDBDialog|null
6267
*/

0 commit comments

Comments
 (0)