Completed
Push — output_parsers_refactor ( 9ffc6c...755930 )
by Alessandro
09:57
created

StubbedPHPUnitBaseTestCase::getTestWithVeryLongOutput()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 8
Code Lines 5

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
c 1
b 0
f 0
dl 0
loc 8
rs 9.4285
cc 1
eloc 5
nc 1
nop 0
1
<?php
2
3
namespace Paraunit\Tests;
4
5
use Paraunit\Tests\Stub\StubbedParaProcess;
6
7
/**
8
 * Class StubbedPHPUnitBaseTestCase
9
 * @package Paraunit\Tests
10
 * @deprecated
11
 */
12
abstract class StubbedPHPUnitBaseTestCase extends \PHPUnit_Framework_TestCase
13
{
14
}
15