예제 #1
0
 public function setUp()
 {
     $path = realpath(dirname(__FILE__)) . '/../../configuration/defaults.yml';
     $this->testConfiguration = yaml_parse(file_get_contents($path));
     parent::setUp();
 }
예제 #2
0
 public function setUp()
 {
     parent::setUp();
 }
예제 #3
0
 public function setUp()
 {
     parent::setUp();
     $this->loader = new midgardmvc_core_component_loader();
 }