Check for the actual warning description
parent
20107dbf77
commit
aa6d138bdc
|
@ -25,7 +25,8 @@ class FactoryTest extends TestCase
|
||||||
$ioMock = $this->getMockBuilder('Composer\IO\IOInterface')->getMock();
|
$ioMock = $this->getMockBuilder('Composer\IO\IOInterface')->getMock();
|
||||||
|
|
||||||
$ioMock->expects($this->once())
|
$ioMock->expects($this->once())
|
||||||
->method("writeError");
|
->method("writeError")
|
||||||
|
->with($this->equalTo('<warning>You are running Composer with SSL/TLS protection disabled.</warning>'));
|
||||||
|
|
||||||
$config = $this
|
$config = $this
|
||||||
->getMockBuilder('Composer\Config')
|
->getMockBuilder('Composer\Config')
|
||||||
|
|
Loading…
Reference in New Issue