Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 621
Zeile 19... Zeile 19...
19
use PHPUnit\Framework\InvalidParameterGroupException;
19
use PHPUnit\Framework\InvalidParameterGroupException;
20
use PHPUnit\Framework\MockObject\Invocation as BaseInvocation;
20
use PHPUnit\Framework\MockObject\Invocation as BaseInvocation;
Zeile 21... Zeile 21...
21
 
21
 
22
/**
22
/**
-
 
23
 * @internal This class is not covered by the backward compatibility promise for PHPUnit
-
 
24
 *
23
 * @internal This class is not covered by the backward compatibility promise for PHPUnit
25
 * @deprecated
24
 */
26
 */
25
final class ConsecutiveParameters implements ParametersRule
27
final class ConsecutiveParameters implements ParametersRule
26
{
28
{
27
    /**
29
    /**