Skip to content

Commit 152723c

Browse files
authored
Merge pull request #172 from catalyst/update-phpunit
Fix PHPUnit method signatures (master)
2 parents bb6b9c9 + 2bf1fd2 commit 152723c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/phpunit/robot_cleanup_test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class tool_crawler_robot_cleanup_test extends advanced_testcase {
4444
*
4545
* @throws coding_exception
4646
*/
47-
protected function setUp() {
47+
protected function setUp(): void {
4848
global $DB;
4949

5050
$this->resetAfterTest(true);

tests/phpunit/robot_crawler_test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class tool_crawler_robot_crawler_test extends advanced_testcase {
4242
/**
4343
* Setup robot crawler testcase and parent setup
4444
*/
45-
protected function setUp() {
45+
protected function setUp(): void {
4646
parent::setup();
4747
$this->resetAfterTest(true);
4848

0 commit comments

Comments
 (0)