1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Fix: Xdebug vs xdebug

This commit is contained in:
Andreas Möller 2019-11-03 14:04:38 +01:00
parent 4e4c38795a
commit f7f7883a5e
No known key found for this signature in database
GPG key ID: 9FB20A0BAF60E11F
7 changed files with 9 additions and 9 deletions

View file

@ -62,7 +62,7 @@ class ApplicationTest extends TestCase
$outputMock->expects($this->at($index++))
->method("write")
->with($this->equalTo('<warning>You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug</warning>'));
->with($this->equalTo('<warning>You are running composer with Xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug</warning>'));
}
$outputMock->expects($this->at($index++))