Skip to content

Commit f8bd7ea

Browse files
committed
Fix file path in server
1 parent cd81461 commit f8bd7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixture/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Http\Adapter\Tests\PHPUnitUtility;
1515

16-
$file = fopen(PHPUnitUtility::getFile(true, 'ivory-http-adapter.log'), 'c');
16+
$file = fopen(PHPUnitUtility::getFile(true, 'php-http-adapter.log'), 'c');
1717
flock($file, LOCK_EX);
1818
ftruncate($file, 0);
1919

0 commit comments

Comments
 (0)