You appear to be a bot. Output may be restricted
Description
Demonstrate that bbboing is activeIf this fails it suggests that the plugin is not activated. Other tests are also expected to fail.
Usage
Tests_bbboing::test_bbboing_loaded_action_performed();
Parameters
Returns
voidSource
File name: bbboing/tests/test-bbboing.phpLines:
1 to 4 of 4
function test_bbboing_loaded_action_performed() { $performed = did_action( "bbboing_loaded" ); $this->assertEquals( 1, $performed ); }View on GitHub View on Trac