/**
  * @test
  */
 public function shouldIncludeMethodsFromAllTargets()
 {
     $config = new MockConfiguration(array("Mockery\\Generator\\TestInterface", "Mockery\\Generator\\TestInterface2"));
     $methods = $config->getMethodsToMock();
     $this->assertEquals(2, count($methods));
 }