/**
  * @covers \Tests\Testcase::getConfig
  */
 public function testGetConfig()
 {
     $test = new TestCase();
     $config = $test->getConfig();
     $this->assertInstanceOf('\\PHP\\Manipulator\\Config', $config);
 }