Пример #1
0
 public function setUp()
 {
     $path = midgardmvc_core::get_component_path('midgardmvc_core') . '/configuration/defaults.yml';
     $yaml = file_get_contents($path);
     $this->testConfiguration = midgardmvc_core::read_yaml($yaml);
     parent::setUp();
 }
Пример #2
0
 public function setUp()
 {
     parent::setUp();
 }
Пример #3
0
 public function setUp()
 {
     $_ENV['MIDGARD_ENV_GLOBAL_CACHEDIR'] = '/tmp';
     parent::setUp();
 }
Пример #4
0
 public function setUp()
 {
     $path = realpath(dirname(__FILE__)) . '/../../configuration/defaults.yml';
     $this->testConfiguration = yaml_parse(file_get_contents($path));
     parent::setUp();
 }
Пример #5
0
 public function setUp()
 {
     parent::setUp();
     $this->loader = new midgardmvc_core_component_loader();
 }