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:
parent
4e4c38795a
commit
f7f7883a5e
7 changed files with 9 additions and 9 deletions
|
@ -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++))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue