18 public function testExecute()
21 $cookieFormKey = $this->getMockBuilder(CookieFormKey::class)
22 ->disableOriginalConstructor()
26 $dataFormKey = $this->getMockBuilder(DataFormKey::class)
27 ->disableOriginalConstructor()
31 $observerObject = $this->createMock(Observer::class);
34 $cookieFormKey->expects($this->once())
36 $dataFormKey->expects($this->once())