mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Fix more warnings
This commit is contained in:
parent
711d4792ce
commit
d942c65e0c
10 changed files with 22 additions and 18 deletions
|
@ -98,7 +98,7 @@ class FileDownloaderTest extends TestCase
|
|||
->with('vendor-dir')
|
||||
->will($this->returnValue('/vendor'));
|
||||
|
||||
$this->assertRegExp('#/vendor/composer/tmp-[a-z0-9]+\.js#', $method->invoke($downloader, $packageMock, '/path'));
|
||||
$this->assertMatchesRegularExpression('#/vendor/composer/tmp-[a-z0-9]+\.js#', $method->invoke($downloader, $packageMock, '/path'));
|
||||
}
|
||||
|
||||
public function testDownloadButFileIsUnsaved()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue