Changeset 47122 for trunk/tests/phpunit/tests/includes/helpers.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/includes/helpers.php
r46586 r47122 11 11 return array( 12 12 array( 13 array( 1, 2, 3 ), // test expected14 array( 1, 2, 3 ), // test actual15 false, // exception expected13 array( 1, 2, 3 ), // Test expected. 14 array( 1, 2, 3 ), // Test actual. 15 false, // Exception expected. 16 16 ), 17 17 array( … … 72 72 return array( 73 73 array( 74 array( 1, 2, 3 ), // test expected75 array( 1, 2, 3 ), // test actual76 false, // exception expected74 array( 1, 2, 3 ), // Test expected. 75 array( 1, 2, 3 ), // Test actual. 76 false, // Exception expected. 77 77 ), 78 78 array(
Note: See TracChangeset
for help on using the changeset viewer.