Skip to content

Commit e4d1918

Browse files
authored
Fix broken formatting
1 parent f8f1115 commit e4d1918

File tree

1 file changed

+1
-1
lines changed
  • versioned_docs/version-4.5/apis/subsystems/privacy

1 file changed

+1
-1
lines changed

versioned_docs/version-4.5/apis/subsystems/privacy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ class provider implements core_userlist_provider {
975975
## Tips for development
976976

977977
- While implementing the privacy API into your plugin, there are CLI scripts that can help you to test things on the fly. Just don't forget these are not supposed to replace proper unit tests. See [Privacy API/Utilities](./utils.md) for details.
978-
- Inherit Unit tests from the `core_privacy\tests\provider_testcase</syntaxhighlight>, not <syntaxhighlight lang="php">advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests!
978+
- Inherit Unit tests from the `core_privacy\tests\provider_testcase`, not `advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests!
979979

980980
## See also
981981

0 commit comments

Comments
 (0)