Changeset 52010 for trunk/tests/phpunit/tests/formatting/isEmail.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/isEmail.php
r51623 r52010 5 5 */ 6 6 class Tests_Formatting_IsEmail extends WP_UnitTestCase { 7 function test_returns_the_email_address_if_it_is_valid() {7 public function test_returns_the_email_address_if_it_is_valid() { 8 8 $data = array( 9 9 'bob@example.com', … … 19 19 } 20 20 21 function test_returns_false_if_given_an_invalid_email_address() {21 public function test_returns_false_if_given_an_invalid_email_address() { 22 22 $data = array( 23 23 'khaaaaaaaaaaaaaaan!',
Note: See TracChangeset
for help on using the changeset viewer.