Changeset 5610 for trunk/tests/phpunit/testcases/core/functions.php
- Timestamp:
- 01/30/2015 06:36:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions.php
r5271 r5610 9 9 10 10 /** 11 * Ensure that the plugin has been installed and activated. 11 * Ensure that bbPress function exists 12 */ 13 function test_bbpress_exists() { 14 $this->assertTrue( function_exists( 'bbpress' ) ); 15 } 16 17 /** 18 * Ensure that bbPress has been installed and activated. 12 19 */ 13 20 function test_plugin_activated() {
Note: See TracChangeset
for help on using the changeset viewer.