예제 #1
0
 /** @before */
 public function PrepareSurfaceEnv()
 {
     /*//
     	dump some settings into the option manager to temper the surface
     	instances we create for testing. forcing a few defaults that i
     	want to test against just incase the defaults change a little
     	in the future.
     	//*/
     Nether\Option::Set(['nether-web-root' => dirname(dirname(__FILE__)), 'nether-web-path' => '/', 'surface-theme' => 'testing', 'surface-theme-stack' => ['common'], 'surface-auto-capture' => false, 'surface-auto-render' => false]);
     return;
 }