for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace exussum12\CoverageChecker\tests;
use exussum12\CoverageChecker\PylintLoader;
class PylintTest extends PhanTextTest
{
/** @var PylintLoader */
protected $phan;
protected function setUp()
parent::setUp();
$this->phan = new PylintLoader(__DIR__ . '/fixtures/pylint.txt');
}