Skip to content

Commit

Permalink
revert unneeded changes (CON-1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsolovei-smartling committed Mar 25, 2022
1 parent e705a5a commit 448bbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/functional/FileApiFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ class FileApiFunctionalTest extends TestCase
/**
* @var string
*/
const FILE_NAME = '/test.xml';
const FILE_NAME = 'test.xml';

/**
* @var string
*/
const NEW_FILE_NAME = '/new_test.xml';
const NEW_FILE_NAME = 'new_test.xml';

/**
* @var string
Expand Down
1 change: 0 additions & 1 deletion tests/unit/ApiTestAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ protected function prepareClientResponseMock($setDefaultResponse = true)
*/
protected function setUp(): void
{
date_default_timezone_set('Europe/Kiev');
$this->prepareHttpClientMock();
$this->prepareAuthProviderMock();
$this->prepareClientResponseMock();
Expand Down

0 comments on commit 448bbce

Please sign in to comment.