Changeset 42636 for trunk/tests/phpunit/tests/general/wpError.php
- Timestamp:
- 02/01/2018 04:08:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/wpError.php
r42255 r42636 169 169 170 170 /** 171 * @covers WP_Error: get_error_code()171 * @covers WP_Error::get_error_code() 172 172 */ 173 173 public function test_get_error_code_with_no_errors_should_return_an_empty_string() { … … 176 176 177 177 /** 178 * @covers WP_Error: get_error_code()178 * @covers WP_Error::get_error_code() 179 179 */ 180 180 public function test_get_error_code_with_one_error_should_return_that_error_code() { … … 185 185 186 186 /** 187 * @covers WP_Error: get_error_code()187 * @covers WP_Error::get_error_code() 188 188 */ 189 189 public function test_get_error_code_with_multiple_errors_should_return_only_the_first_error_code() {
Note: See TracChangeset
for help on using the changeset viewer.