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

violinist-dev / composer-updater / 6545698927

17 Oct 2023 10:10AM UTC coverage: 81.481% (-2.6%) from 84.127%
6545698927

push

github

eiriksm
Expect fail on composer 1 in general

154 of 189 relevant lines covered (81.48%)

5.58 hits per line

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

0.0
/src/Exception/ComposerUpdateProcessFailedException.php
1
<?php
2

3
namespace Violinist\ComposerUpdater\Exception;
4

5
class ComposerUpdateProcessFailedException extends \Exception
6
{
7
    protected $errorOutput;
8

9
    public function setErrorOutput($output)
10
    {
11
        $this->errorOutput = $output;
×
12
    }
13

14
    public function getErrorOutput()
15
    {
16
        return $this->errorOutput;
×
17
    }
18
}
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