PUGX\Badge\UseCase\CreateComposerLockBadgeTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->repository = $this->getMock('\\PUGX\\Badge\\Model\\PackageRepositoryInterface');
        $this->client = $this->getMock('\\Guzzle\\Http\\Client');
        $this->useCase = new CreateComposerLockBadge($this->repository, $this->client);
    }