Skip to content

Commit

Permalink
Issue #97 - add comments and TODO about setting of the plugin_slugs t…
Browse files Browse the repository at this point in the history
…ransient
  • Loading branch information
bobbingwide committed Dec 5, 2018
1 parent 9de8ee3 commit bccdb69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test-oik-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,11 @@ function test_oik_menu_footer() {

/**
* The oik plugins page expects us-tides to be version 0.3.0
* We need to ensure the plugin_slugs transient is reset to reflect the latest set of installed plugins
*
* We need to ensure the plugin_slugs transient is reset to reflect the latest set of installed plugins.
*
* @TODO Sometimes you need to visit Plugins to ensure the plugin really is activated.
* Find out why deleting the transient is not good enough.
*/
function test_bw_get_plugin_version() {
delete_transient( "plugin_slugs" );
Expand Down

0 comments on commit bccdb69

Please sign in to comment.