Example #1
0
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->_paths = App::paths();
     // Test case static reference.
     self::$_this = $this;
     if ($plugin = Reveal::plugin(Reveal::path(true))) {
         self::$plugin = $plugin;
     }
     self::buildTestAppPaths();
     self::loadTestAppPlugins();
 }