1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

Merge branch '1.4'

This commit is contained in:
Jordi Boggiano 2017-07-03 17:00:48 +02:00
commit 34dbde3873
5 changed files with 25 additions and 21 deletions

View file

@ -24,10 +24,6 @@ class CacheTest extends TestCase
public function setUp()
{
if (getenv('TRAVIS')) {
$this->markTestSkipped('Test causes intermittent failures on Travis');
}
$this->root = $this->getUniqueTmpDirectory();
$this->files = array();
$zeros = str_repeat('0', 1000);