PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Italo Lelis de Vietro   Collections PHP Library   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: Collections PHP Library
Manipulate collections of values
Author: By
Last change:
Date: 9 years ago
Size: 111 bytes
 

Contents

Class file image Download
<?php

namespace Tests;

error_reporting(E_ALL | E_STRICT);

require_once
__DIR__ . "/../vendor/autoload.php";