Lines:
1 to 18 of 18
<?php // (C) Copyright Bobbing Wide 2017-2019 /* class Tests_libs_oik_plugins */ /* function Tests_libs_oik_plugins::setUp() – oik_plugins_check() assumes that oik_require_lib( "class-oik-remote" ) will work It also assumes that class-oik-update has been loaded. */ /* function Tests_libs_oik_plugins::test_oik_plugins_check_bb_BB_error() – Test oik_plugins_check for getting an error, bb_BB locale */ /* function Tests_libs_oik_plugins::test_oik_plugins_check_bb_BB_new_version() – Test for a new version of the plugin. */ /* function Tests_libs_oik_plugins::replace_created_nonce() – Replaces the created nonce with nonsense */ /* function Tests_libs_oik_plugins::test_oik_plugins_check_bb_BB_uptodate() – In order to get an ‘up to date’ response the version we pass must be greater than or equal to the version on the server. */ /* function Tests_libs_oik_plugins::switch_to_locale() – Switch to the required target language */ /* function Tests_libs_oik_plugins::reload_domains() – Reloads the text domains */ /* function Tests_libs_oik_plugins::force_rebuild_bw_slugs() – */ /* function Tests_libs_oik_plugins::test_oik_plugins_validate_plugin() – Tests the message from oik_plugins_validate_plugin */ /* function Tests_libs_oik_plugins::test_oik_plugins_validate_plugin_bb_BB() – Tests the message from oik_plugins_validate_plugin */ /* function Tests_libs_oik_plugins::update_plugin_options() – Empty bw_plugins so that the required plugin server is used. */View on GitHub