Fix tests

main
Jordi Boggiano 4 years ago
parent c7da7e55c9
commit 152694b574
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -2465,8 +2465,8 @@ class JsonManipulatorTest extends TestCase
}
', $manipulator->getContents());
$this->assertFalse($manipulator->removeMainKeyIfEmpty('foo'));
$this->assertFalse($manipulator->removeMainKeyIfEmpty('require'));
$this->assertTrue($manipulator->removeMainKeyIfEmpty('foo'));
$this->assertTrue($manipulator->removeMainKeyIfEmpty('require'));
$this->assertTrue($manipulator->removeMainKeyIfEmpty('require-dev'));
$this->assertEquals('{
"require": {

Loading…
Cancel
Save