Changeset 52010 for trunk/tests/phpunit/tests/includes/helpers.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/includes/helpers.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/includes/helpers.php
r51397 r52010 8 8 * @ticket 30522 9 9 */ 10 function data_assertSameSets() {10 public function data_assertSameSets() { 11 11 return array( 12 12 array( … … 52 52 * @ticket 30522 53 53 */ 54 function test_assertSameSets( $expected, $actual, $exception ) {54 public function test_assertSameSets( $expected, $actual, $exception ) { 55 55 if ( $exception ) { 56 56 try { … … 69 69 * @ticket 30522 70 70 */ 71 function data_assertSameSetsWithIndex() {71 public function data_assertSameSetsWithIndex() { 72 72 return array( 73 73 array( … … 208 208 * @ticket 30522 209 209 */ 210 function test_assertSameSetsWithIndex( $expected, $actual, $exception ) {210 public function test_assertSameSetsWithIndex( $expected, $actual, $exception ) { 211 211 if ( $exception ) { 212 212 try {
Note: See TracChangeset
for help on using the changeset viewer.