public function testGetDumpDir()
 {
     $this->assertInternalType('string', $dumpDir = $this->sut->getDumpDir());
     $this->assertStringStartsWith('/', $dumpDir);
 }