Subversion Repositories web.kimai2

Rev

Blame | Last modification | View Log | Download

<?php

namespace PHPUnit\Framework\MockObject\Builder;

use PHPUnit\Framework\MockObject\Stub;

/**
 * @template TMockedClass
 */
class InvocationMocker
{

}