| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class CheckSuiteIntegrationTest extends TestCase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var CheckSuite |
||
| 15 | */ |
||
| 16 | protected $checkSuite; |
||
| 17 | |||
| 18 | protected function setUp() |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Runs a test check suite over the "TestModule" test module directory. Note that at this point this doesn't |
||
| 28 | * stub the results from API based checks, but rather just ignores them because no repository slug is provided. |
||
| 29 | */ |
||
| 30 | public function testRun() |
||
| 38 |