Changeset 53865 for trunk/tests/phpunit/tests/option/slashes.php
- Timestamp:
- 08/08/2022 11:33:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/slashes.php
r53557 r53865 23 23 /** 24 24 * Tests the model function that expects un-slashed data 25 * 26 * @covers ::add_option 27 * @covers ::get_option 25 28 */ 26 29 public function test_add_option() { … … 38 41 /** 39 42 * Tests the model function that expects un-slashed data 43 * 44 * @covers ::add_option 45 * @covers ::update_option 46 * @covers ::get_option 40 47 */ 41 48 public function test_update_option() {
Note: See TracChangeset
for help on using the changeset viewer.