public function testGetPackagesNotBeUsed()
    {
        $this->setExpectedException('LogicException');

        $this->registry->getPackages();
    }
 /**
  * @expectedException \LogicException
  */
 public function testGetPackagesNotBeUsed()
 {
     $this->registry->getPackages();
 }