Changeset 862 in tests for trunk/wp-testcase/test_actions.php
- Timestamp:
- 07/02/2012 05:57:04 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-testcase/test_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-testcase/test_actions.php
r828 r862 241 241 242 242 function test_action_closure() { 243 $this->checkAtLeastPHPVersion('5.3'); 243 if ( version_compare( PHP_VERSION, '5.3', '<' ) ) 244 $this->markTestSkipped( 'Closures are a PHP 5.3 feature.' ); 245 244 246 $this->knownWPBug(10493); 245 247
Note: See TracChangeset
for help on using the changeset viewer.