Exemplo n.º 1
0
 /**
  * @param Event $event
  * @return void
  */
 public function process(Event $event)
 {
     $this->logger->log($this->browser->getScreenshotData(), $this->createDestinationDirectory('screenshots') . '/' . $event->getIdentifier() . self::FILE_EXTENSION);
 }