- Timestamp:
- 11/06/2020 05:34:44 PM (6 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/ajax/CustomizeMenus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
- 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/4.8/tests/phpunit/tests/ajax/CustomizeMenus.php
r39506 r49531 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 … … 430 430 if ( 'administrator' != $role ) { 431 431 // If we're not an admin, we should get a wp_die(-1). 432 $this->setExpectedException( 'WPAjaxDieStopException' );432 $this->setExpectedException( 'WPAjaxDieStopException', '-1' ); 433 433 } 434 434
Note: See TracChangeset
for help on using the changeset viewer.