Changeset 48939 for trunk/tests/phpunit/tests/ajax/DeletePlugin.php
- Timestamp:
- 09/04/2020 07:01:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/DeletePlugin.php
r47198 r48939 42 42 ); 43 43 44 $this->assert EqualSets( $expected, $response );44 $this->assertSameSets( $expected, $response ); 45 45 } 46 46 … … 68 68 ); 69 69 70 $this->assert EqualSets( $expected, $response );70 $this->assertSameSets( $expected, $response ); 71 71 } 72 72 … … 95 95 ); 96 96 97 $this->assert EqualSets( $expected, $response );97 $this->assertSameSets( $expected, $response ); 98 98 } 99 99 … … 124 124 ); 125 125 126 $this->assert EqualSets( $expected, $response );126 $this->assertSameSets( $expected, $response ); 127 127 } 128 128 … … 154 154 ); 155 155 156 $this->assert EqualSets( $expected, $response );156 $this->assertSameSets( $expected, $response ); 157 157 } 158 158 }
Note: See TracChangeset
for help on using the changeset viewer.