PhpBench\Tests\Unit\Console\Command\LogCommandTest::createHistoryEntry PHP Method

createHistoryEntry() private method

private createHistoryEntry ( $index )
    private function createHistoryEntry($index)
    {
        return new HistoryEntry($index, new \DateTime('2016-01-01'), 'foo', 'branch' . $index, 10, 20, 40, 0.5, 2, 1.25, 0.75, 100);
    }