Example #1
0
<?php

error_reporting(E_ALL | E_STRICT);
chdir(dirname(__DIR__) . '/../..');
require_once 'vendor/autoload.php';
\ApplicationTest\Functional\Bootstrap::setConfig(include 'config/application.config.php');
 protected function setUp()
 {
     parent::setUp();
     $this->setApplicationConfig(Bootstrap::getConfig());
 }