Skip to content

Commit

Permalink
Update deprecated unit test method
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-tii committed Nov 26, 2024
1 parent 23b7621 commit 44d0c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,6 @@ public function test_plagiarism_set_config() {
// Get the config.
$config = $plagiarismturnitin->plagiarism_turnitin_admin_config();

$this->assertObjectNotHasAttribute("plagiarism_turnitin_test", $config);
$this->assertObjectNotHasProperty("plagiarism_turnitin_test", $config);
}
}

0 comments on commit 44d0c64

Please sign in to comment.