public function testCacheManagerOptionsCanBeSetStatically()
 {
     \Stormpath\Client::$cacheManagerOptions = array('item1' => true);
     $this->assertEquals(array('item1' => true), \Stormpath\Client::$cacheManagerOptions);
 }