We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2e177 commit e8a262bCopy full SHA for e8a262b
tests/phpunit/robot_cleanup_test.php
@@ -39,6 +39,11 @@
39
*/
40
class tool_crawler_robot_cleanup_test extends advanced_testcase {
41
42
+ /**
43
+ * @var \tool_crawler\robot\crawler Crawler to use in tests.
44
+ */
45
+ private $robot;
46
+
47
/**
48
* Prepare the config options for plugin which are used for robot_cleanup task logic
49
*
tests/phpunit/robot_crawler_test.php
class tool_crawler_robot_crawler_test extends advanced_testcase {
* Setup robot crawler testcase and parent setup
0 commit comments