Registration::test_add_password_field PHP 메소드

test_add_password_field() 공개 메소드

    public function test_add_password_field()
    {
        // Test for field label in output
        $e = new WP_Error();
        $this->expectOutputRegex('/<\\/label>/');
        \Pressbooks\Registration\add_password_field($e);
    }