Skip to content

Commit 52be15f

Browse files
authored
fix: add logging to conformance test function (#231)
* fix: add logging to conformance test function * fix: add logging to conformance test function
1 parent fbaa808 commit 52be15f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conformance/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
function httpFunc(ServerRequestInterface $request)
1414
{
1515
file_put_contents(OUTPUT_FILE, $request->getBody());
16+
echo "output: ", realpath(OUTPUT_FILE);
1617
return "ok" . PHP_EOL;
1718
}
1819

0 commit comments

Comments
 (0)