1
0
Fork 0
pull/126/head
Jordi Boggiano 2011-11-21 18:19:32 +01:00
parent 68512714f4
commit 14e9d4d84b
1 changed files with 2 additions and 1 deletions
tests/Composer/Test/Installer

View File

@ -155,7 +155,8 @@ class LibraryInstallerTest extends \PHPUnit_Framework_TestCase
$library->uninstall($package);
$this->setExpectedException('InvalidArgumentException');
// TODO re-enable once #125 is fixed and we throw exceptions again
// $this->setExpectedException('InvalidArgumentException');
$library->uninstall($package);
}