dwo/request_logger

log a request with the corresponding response

dev-master / 1.0.x-dev 2016-07-14 14:56 UTC

This package is not auto-updated.

Last update: 2024-04-17 17:44:57 UTC


README

:TODO:

Example phpunit:

after the $this->client->request(); call

$path = $this->client->getKernel()->getLogDir() .'/requestlogs.log';
$storage = new LogDirStorage($path);
$storage->addEntry(ReqresFactory::create($this->client->getInternalRequest(), $this->client->getInternalResponse()));