arguments = new SugAddArguments(); } /** * @return void */ public function testCreatesArgumentsWithIncrModifier(): void { $this->arguments->incr(); $this->assertSame(['INCR'], $this->arguments->toArray()); } }