PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Michele Locati   Punic   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: Punic
Localize numbers, dates, units using Unicode CLDR
Author: By
Last change:
Date: 10 years ago
Size: 137 bytes
 

Contents

Class file image Download
<?php
error_reporting
(E_ALL);

require_once
dirname(__DIR__) . '/vendor/autoload.php';

PHPUnit_Framework_Error_Notice::$enabled = true;