Changeset 894 in tests for trunk/tests/test_db.php
- Timestamp:
- 07/09/2012 03:32:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_db.php
r804 r894 44 44 * Test that floats formatted as "0,700" get sanitized properly by wpdb 45 45 * @global mixed $wpdb 46 * 47 * @ticket 19861 46 48 */ 47 49 public function test_locale_floats() { 48 50 global $wpdb; 49 50 $this->knownWPBug( 19861 );51 51 52 52 // Save the current locale
Note: See TracChangeset
for help on using the changeset viewer.