Changeset 48937 for trunk/tests/phpunit/tests/functions/removeQueryArg.php
- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/removeQueryArg.php
r46586 r48937 12 12 13 13 $this->assertNotEmpty( $actual ); 14 $this->assert Equals( $expected, $actual );14 $this->assertSame( $expected, $actual ); 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.