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

shouldCreateComposerLockBadgeProvider() public method

    public function shouldCreateComposerLockBadgeProvider()
    {
        return array(array(200, 'committed'), array(404, 'uncommitted'), array(500, 'checking'));
    }