Skip to content
Snippets Groups Projects
Commit 9e572941 authored by Shani's avatar Shani
Browse files

Deleting tests/bootstrap.php

parent 76773ed3
Branches
Tags
No related merge requests found
<?php
ini_set('yaf.use_spl_autoload', 1); // to not interrupt Codeception
defined('APPLICATION_PATH') || define('APPLICATION_PATH', '.');
require_once(APPLICATION_PATH . DIRECTORY_SEPARATOR . 'conf' . DIRECTORY_SEPARATOR . 'config.php');
$app = new Yaf_Application(BILLRUN_CONFIG_PATH);
$app->bootstrap();
Yaf_Loader::getInstance(APPLICATION_PATH . '/application/modules/Billapi')->registerLocalNamespace("Models");
Yaf_Loader::getInstance()->import(APPLICATION_PATH . '/vendor/autoload.php');
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment