Jamm\Tester\ResultsPrinter::__construct PHP Method

__construct() public method

public __construct ( array $tests = null )
$tests array
    public function __construct(array $tests = null)
    {
        if (!empty($tests)) {
            $this->tests = $tests;
        }
    }