Wordpress/tests
Aaron Jorbin b94dd6a7ec When asserting microtime output as a number, make it a number
microtime is by default a string. Doing a greater then or less than check of that string is a bad idea since it uses the first part (the micro part of microtime) rather then the actual time. This adds a helper to convert microtime output into a float which we can then use to properly compare the output of microtime.

This fixes an intermittent test failure.

fixes #30336



git-svn-id: https://develop.svn.wordpress.org/trunk@30337 602fd350-edb4-49c9-b593-d223f7449a82
2014-11-13 22:03:15 +00:00
..
phpunit When asserting microtime output as a number, make it a number 2014-11-13 22:03:15 +00:00
qunit Improve/introduce Customizer JavaScript models for Controls, Sections, and Panels. 2014-10-29 22:50:21 +00:00