public function testConstants()
 {
     $snapshot = new Snapshot($this->getBlacklist(), false, false, true, false, false, false, false, false, false);
     $this->assertArrayHasKey('GLOBALSTATE_TESTSUITE', $snapshot->constants());
 }