PHP Classes

File: protected/tests/bootstrap.php

Recommend this page to a friend!
  Classes of Adnane EL Mouttaki   Covoiturage   protected/tests/bootstrap.php   Download  
File: protected/tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Covoiturage
System for managing a car pooling service
Author: By
Last change:
Date: 6 years ago
Size: 270 bytes
 

Contents

Class file image Download
<?php

// change the following paths if necessary
$yiit=dirname(__FILE__).'/../../../yii/framework/yiit.php';
$config=dirname(__FILE__).'/../config/test.php';

require_once(
$yiit);
require_once(
dirname(__FILE__).'/WebTestCase.php');

Yii::createWebApplication($config);