Skip to content

Commit 9e7c9f6

Browse files
authored
Merge pull request #202 from catalyst/201-fix-dynamic-property
[#201] Resolve dynamic property
2 parents 4e2e177 + e8a262b commit 9e7c9f6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tests/phpunit/robot_cleanup_test.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
*/
4040
class tool_crawler_robot_cleanup_test extends advanced_testcase {
4141

42+
/**
43+
* @var \tool_crawler\robot\crawler Crawler to use in tests.
44+
*/
45+
private $robot;
46+
4247
/**
4348
* Prepare the config options for plugin which are used for robot_cleanup task logic
4449
*

tests/phpunit/robot_crawler_test.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
*/
4040
class tool_crawler_robot_crawler_test extends advanced_testcase {
4141

42+
/**
43+
* @var \tool_crawler\robot\crawler Crawler to use in tests.
44+
*/
45+
private $robot;
46+
4247
/**
4348
* Setup robot crawler testcase and parent setup
4449
*/

0 commit comments

Comments
 (0)