public function testIncludedFiles()
 {
     $snapshot = new Snapshot($this->getBlacklist(), false, false, false, false, false, false, false, false, true);
     $this->assertContains(__FILE__, $snapshot->includedFiles());
 }