public function testInterfaces()
 {
     $snapshot = new Snapshot($this->getBlacklist(), false, false, false, false, false, true, false, false, false);
     $interfaces = $snapshot->interfaces();
     $this->assertContains('PHPUnit_Framework_Test', $interfaces);
     $this->assertNotContains('Countable', $interfaces);
 }