PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Devis Lucato   Select   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Unit test script
Content type: text/plain
Description: unit tests
Class: Select
Locate classes that provide named services
Author: By
Last change: Update of tests/bootstrap.php
Date: 2 months ago
Size: 136 bytes
 

Contents

Class file image Download
<?php

define
('LIB', dirname(__FILE__) . '/../lib/');
define('FIXTURES', dirname(__FILE__) . '/fixtures/');

require
LIB . 'select.php';