Jordi Boggiano 13 年之前
父节点
当前提交
14e9d4d84b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tests/Composer/Test/Installer/LibraryInstallerTest.php

+ 2 - 1
tests/Composer/Test/Installer/LibraryInstallerTest.php

@@ -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);
     }