strategy = new DeleteStrategy(); } public function testProcessArguments(): void { $this->assertSame(['arg1', 'arg2'], $this->strategy->processArguments(['arg1', 'arg2'])); } }