Skip to content

Commit

Permalink
chore: rename the clienttest dir to httptest
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 5, 2021
1 parent f85827e commit 4467fa8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/unittest/Common/IdeaHttp/ClientEnvReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ClientEnvReaderTest extends BaseKiteTestCase
{
public function testLoad(): void
{
$efile = \BASE_PATH . '/test/clienttest/http-client.env.json';
$efile = \BASE_PATH . '/test/httptest/http-client.env.json';
$r = ClientEnvReader::new($efile);

self::assertTrue($r->load());
Expand Down

0 comments on commit 4467fa8

Please sign in to comment.