• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yoast / Yoast-SEO-for-TYPO3 / 21521134747

30 Jan 2026 03:30PM UTC coverage: 0.866% (-0.4%) from 1.275%
21521134747

push

github

RinyVT
[FEATURE] Version 12.0.0, added v14 support, removed v11 support including php8.0 and php8.1, rewrote backend javascript functionality to typescript and webcomponents

0 of 550 new or added lines in 53 files covered. (0.0%)

33 existing lines in 21 files now uncovered.

23 of 2657 relevant lines covered (0.87%)

0.03 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/Classes/Form/Element/TwitterPreview.php
1
<?php
2

3
/**
4
 * This file is part of the "yoast_seo" extension for TYPO3 CMS.
5
 *
6
 * For the full copyright and license information, please read the
7
 * LICENSE.txt file that was distributed with this source code.
8
 */
9

10
declare(strict_types=1);
11

12
namespace YoastSeoForTypo3\YoastSeo\Form\Element;
13

14
class TwitterPreview extends AbstractSocialPreview
15
{
16
    protected function getSocialType(): string
17
    {
NEW
18
        return 'twitter';
×
19
    }
20

21
    /**
22
     * @return array<string, string>
23
     */
24
    protected function getFieldSelectors(): array
25
    {
NEW
26
        return [
×
NEW
27
            'twitterTitle' => 'twitter_title',
×
NEW
28
            'twitterDescription' => 'twitter_description',
×
NEW
29
            'twitterImage' => 'twitter_image',
×
NEW
30
            'twitterCard' => 'twitter_card',
×
NEW
31
            'twitterImageContainer' => $this->getImageContainerSelector('twitter_image'),
×
NEW
32
        ];
×
33
    }
34

35
    protected function getImageField(): string
36
    {
NEW
37
        return 'twitter_image';
×
38
    }
39
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc