Changeset 48937 for trunk/tests/phpunit/tests/ajax/TagSearch.php
- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/TagSearch.php
r47198 r48937 58 58 59 59 // Ensure we found the right match. 60 $this->assert Equals( $this->_last_response, 'chattels' );60 $this->assertSame( $this->_last_response, 'chattels' ); 61 61 } 62 62 … … 99 99 100 100 // Ensure we found the right match. 101 $this->assert Equals( $this->_last_response, 'chattels' );101 $this->assertSame( $this->_last_response, 'chattels' ); 102 102 } 103 103
Note: See TracChangeset
for help on using the changeset viewer.