/**
  * Run before each test
  */
 function setUp()
 {
     static::clearCache();
     parent::setUp();
 }