You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Chekin 6d9bf42655
Additional Util\RemoteFileSystem tests (#8960)
* RemoteFilesystemTest: simplifying some mock expectations calls

- will($this->returnValue()) to willReturn()
- will($this->returnCallBack()) to willReturnCallback()

* RemoteFilesystemTest: extracting identical mocks for IOInterface into a separate getIOInterfaceMock() method

* RemoteFilesystemTest: converting protected helper methods to private.

* RemoteFilesystemTest: moving getConfigMock() private method after the public methods (with other private methods)

* adding RemoteFileSystemTest::testCopyWithRetryAuthFailureFalse() unit test.

* Allow optional injecting of AuthHelper into RemoteFilesystem constructor.

* adding RemoteFileSystemTest::testCopyWithSuccessOnRetry() unit test.

* using backward compatible @expectedException in RemoteFilesystemTest.php

* RemoteFilesystemTest: extracting RemoteFilesystem with mocked method creation into a separate method.

* RemoteFilesystemTest: extracting AuthHelper with mocked method creation into a separate method.
4 years ago
..
Fixtures Added full unit test coverage 5 years ago
AuthHelperTest.php Add Util\AuthHelper unit test coverage (#8863) 4 years ago
BitbucketTest.php Additional Util\Bitbucket class test coverage (#8835) 4 years ago
ConfigValidatorTest.php Fixes from PHPStan (#7687) 6 years ago
ErrorHandlerTest.php Build tweaks 4 years ago
FilesystemTest.php Add messages to junction tests to see failures 5 years ago
GitHubTest.php Merge branch 'master' into 2.0 4 years ago
GitLabTest.php Merge branch 'master' into 2.0 4 years ago
GitTest.php fix risky tests (without any assertion) 4 years ago
HttpDownloaderTest.php Fix tests 6 years ago
IniHelperTest.php use Symfony PHPUnit Bridge 4 years ago
MetadataMinifierTest.php Extract MetadataMinifier util 5 years ago
NoProxyPatternTest.php use Symfony PHPUnit Bridge 4 years ago
PackageSorterTest.php Fix package sorting 4 years ago
PerforceTest.php use Symfony PHPUnit Bridge 4 years ago
PlatformTest.php use Symfony PHPUnit Bridge 4 years ago
ProcessExecutorTest.php Merge branch 'master' into 2.0 4 years ago
RemoteFilesystemTest.php Additional Util\RemoteFileSystem tests (#8960) 4 years ago
SilencerTest.php use Symfony PHPUnit Bridge 4 years ago
StreamContextFactoryTest.php Merge branch 'master' into 2.0 4 years ago
SvnTest.php use Symfony PHPUnit Bridge 4 years ago
TlsHelperTest.php use Symfony PHPUnit Bridge 4 years ago
UrlTest.php Merge branch 'master' into 2.0 4 years ago
ZipTest.php use Symfony PHPUnit Bridge 4 years ago