Changeset 42343 for trunk/tests/phpunit/tests/ajax/TagSearch.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/ajax/TagSearch.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/TagSearch.php
r41870 r42343 18 18 /** 19 19 * List of terms to insert on setup 20 * 20 21 * @var array 21 22 */ 22 23 private static $terms = array( 23 'chattels', 'depo', 'energumen', 'figuriste', 'habergeon', 'impropriation' 24 'chattels', 25 'depo', 26 'energumen', 27 'figuriste', 28 'habergeon', 29 'impropriation', 24 30 ); 25 31 … … 65 71 // Set up a default request 66 72 $_GET['tax'] = 'post_tag'; 67 $_GET['q'] = md5( uniqid());73 $_GET['q'] = md5( uniqid() ); 68 74 69 75 // Make the request
Note: See TracChangeset
for help on using the changeset viewer.