Changeset 52010 for trunk/tests/phpunit/tests/functions/addMagicQuotes.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/addMagicQuotes.php
r49006 r52010 16 16 * @param array $expected Expected return value. 17 17 */ 18 function test_add_magic_quotes( $test_array, $expected ) {18 public function test_add_magic_quotes( $test_array, $expected ) { 19 19 $this->assertSame( $expected, add_magic_quotes( $test_array ) ); 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.