- Timestamp:
- 11/06/2020 05:17:17 PM (4 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
- Property svn:mergeinfo changed
/trunk merged: 45745,45762,45783-45784,45800,45819,45885,46320,46999,47225,47912,48121,49335,49358,49360,49362
- Property svn:mergeinfo changed
-
branches/5.2/tests/phpunit/tests/ajax/CustomizeMenus.php
r43571 r49527 55 55 if ( 'administrator' != $role ) { 56 56 // If we're not an admin, we should get a wp_die(-1). 57 $this->setExpectedException( 'WPAjaxDieStopException' );57 $this->setExpectedException( 'WPAjaxDieStopException', '-1' ); 58 58 } 59 59 … … 444 444 if ( 'administrator' != $role ) { 445 445 // If we're not an admin, we should get a wp_die(-1). 446 $this->setExpectedException( 'WPAjaxDieStopException' );446 $this->setExpectedException( 'WPAjaxDieStopException', '-1' ); 447 447 } 448 448
Note: See TracChangeset
for help on using the changeset viewer.