6use Wikimedia\Minify\MinifierState;
25 public function replayOn( MinifierState $otherMinifier ): void {
26 foreach ( $this->calls as [ $method, $args ] ) {
27 $otherMinifier->$method( ...$args );
32 $this->calls[] = [ __FUNCTION__, func_get_args() ];
37 throw new LogicException(
"Not implemented" );
41 $this->calls[] = [ __FUNCTION__, func_get_args() ];
46 throw new LogicException(
"Not implemented" );
50 throw new LogicException(
"Not implemented" );
54 $this->calls[] = [ __FUNCTION__, func_get_args() ];
59 $this->calls[] = [ __FUNCTION__, func_get_args() ];
64 throw new LogicException(
"Not implemented" );