open-orchestra/open-orchestra-cms-bundle

View on GitHub
ApiBundle/DataFixtures/MongoDB/LoadApiClientData.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $manager has undeclared type \Doctrine\Common\Persistence\ObjectManager
Open

    public function load(ObjectManager $manager)

Call to method setTrusted from undeclared class \OpenOrchestra\BaseApiMongoModelBundle\Document\ApiClient
Open

        $testClient->setTrusted(true);

Call to method flush from undeclared class \Doctrine\Common\Persistence\ObjectManager
Open

        $manager->flush();

Call to method __construct from undeclared class \OpenOrchestra\BaseApiMongoModelBundle\Document\ApiClient
Open

        $testClient = new ApiClient();

Call to method setKey from undeclared class \OpenOrchestra\BaseApiMongoModelBundle\Document\ApiClient
Open

        $testClient->setKey('test_key');

Class implements undeclared interface \Doctrine\Common\DataFixtures\FixtureInterface
Open

class LoadApiClientData implements FixtureInterface, OrchestraFunctionalFixturesInterface

Call to method persist from undeclared class \Doctrine\Common\Persistence\ObjectManager
Open

        $manager->persist($testClient);

Call to method setSecret from undeclared class \OpenOrchestra\BaseApiMongoModelBundle\Document\ApiClient
Open

        $testClient->setSecret('test_secret');

Class implements undeclared interface \OpenOrchestra\ModelInterface\DataFixtures\OrchestraFunctionalFixturesInterface
Open

class LoadApiClientData implements FixtureInterface, OrchestraFunctionalFixturesInterface

Call to method setName from undeclared class \OpenOrchestra\BaseApiMongoModelBundle\Document\ApiClient
Open

        $testClient->setName('Test client');

There are no issues that match your filters.

Category
Status