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

podio-community / podio-php / 5155068956

pending completion
5155068956

push

github

daniel-sc
feat: isolated client class to allow for parallel usage + extension + mocking

BREAKING CHANGE: replace static Podio with instantiable PodioClient

648 of 648 new or added lines in 66 files covered. (100.0%)

917 of 2107 relevant lines covered (43.52%)

24.12 hits per line

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

0.0
/models/PodioLinkedAccountData.php
1
<?php
2

3
class PodioLinkedAccountData extends PodioObject
4
{
5
    public function __construct(PodioClient $podio_client, $attributes = array())
6
    {
7
        parent::__construct($podio_client);
×
8
        $this->property('id', 'integer');
×
9
        $this->property('type', 'string');
×
10
        $this->property('info', 'string');
×
11
        $this->property('url', 'string');
×
12

13
        $this->init($attributes);
×
14
    }
15
}
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