function OgTestCase::get_info in Organic groups 5.7
Same name and namespace in other branches
- 5.8 tests/og_testcase.php \OgTestCase::get_info()
- 5 tests/og_testcase.php \OgTestCase::get_info()
- 5.3 tests/og_testcase.php \OgTestCase::get_info()
2 methods override OgTestCase::get_info()
- OgPost::get_info in tests/
og_post.test - OgSubscribe::get_info in tests/
og_subscribe.test
File
- tests/
og_testcase.php, line 6
Class
Code
function get_info() {
return array();
}