Changeset 51404 for trunk/tests/phpunit/tests/ajax/DimComment.php
- Timestamp:
- 07/12/2021 10:35:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/DimComment.php
r48997 r51404 104 104 105 105 // Check for either possible total. 106 $this->assert True( in_array( (int) $xml->response[0]->comment[0]->supplemental[0]->total[0], array( $total, $recalc_total ), true) );106 $this->assertContains( (int) $xml->response[0]->comment[0]->supplemental[0]->total[0], array( $total, $recalc_total ) ); 107 107 } 108 108
Note: See TracChangeset
for help on using the changeset viewer.