<?php class HasMxTest extends PHPUnit_Framework_TestCase { /** * Set up for tests in this file. * * @access private */ private function setupTest() { $this->validator = new \EmailValidator\Validator(); } /** * Test hasMx * * @cover \EmailValidator\Validator::hasMx */ public function testHasMx() { $this->setupTest(); // Not an email $this->assertNull( $this->validator->hasMx('example.com') ); // No Records $this->assertFalse( $this->validator->hasMx('example@example.com') ); // Records $this->assertTrue( $this->validator->hasMx('example@google.com') ); $this->assertTrue( $this->validator->hasMx('example@yahoo.com') ); } }
??? PHP ??? ?? ????????. ??? ??? ?????? ??? ? ????
? ???? ?? ???? ???? ????? ?? ???? ????? ????????. ?????? ???? ?? ??????! ? ???? ?? ???? ?? ?????? ?????. ??? ???? ???? ??? ????. ??? ??? ?? ??? ?? ??? ???? ????! ??? ?? ?? ??? ???? ????? ????. ???: admin@php.cn
?? ??

05 Dec 2024
Linux?? ?? ?? C ??? ????? ?? ? ???? ??? ????? ???? C ??? ?????? ????? ??? ??????.

18 Nov 2024
PHP ??? ?? ??? ?? ????? Uncovered??? ?? ??? ??? ??? ??? ???? ??? ??? ???...

22 Oct 2024
PHP Mail() ? PHPMailer? ????? PHP ????? ?? ?? ??? ???? ? ??? ???. ?? ?? ???? ??, ????? ?? ? SMTP ??? ???? "??? ?? ??" ??? ??? ??? ?? ?????.

16 Nov 2024
PHP? ??? ?? ?? ?????? ?????? ??? ??? ???? ?? ??? ??? ???? ?? ??? ?????. ??...

03 Jan 2025
C? ?? ? ?? ?????: ??C ??? ????? ????? ??(.dll, .so)? ??(.lib, .a) ??? ??...

16 Dec 2024
C? ?? ?????? ?? ?????: ??? ?? C?? ??? ????? ??? ??? ? ???? ??? ?? ??? ???? ???.


??? ??

PHP-??? ?? ???
PHP-??? ?? ???

PHPMailer_v5.1 ?? ???
PHPMailer_v5.1 ?? ???
