Wordpress/tests
Sergey Biryukov e1ff4cd7cd General: Introduce wp_unique_id(), a PHP implementation of Underscore's uniqueId method.
A static variable contains an integer that is incremented with each call. This number is returned with the optional prefix.
As such the returned value is not universally unique, but it is unique across the life of the PHP process.

Props westonruter, dlh.
See #44883.

git-svn-id: https://develop.svn.wordpress.org/trunk@43658 602fd350-edb4-49c9-b593-d223f7449a82
2018-09-24 20:56:30 +00:00
..
phpunit General: Introduce wp_unique_id(), a PHP implementation of Underscore's uniqueId method. 2018-09-24 20:56:30 +00:00
qunit REST API: Fix failing tests after [43584] and [43585]. 2018-08-28 13:04:07 +00:00