PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Sergey Karavay   PHPolyglot   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHPolyglot
Translate, correct spelling and speak a given text
Author: By
Last change:
Date: 6 years ago
Size: 239 bytes
 

Contents

Class file image Download
<?php

ini_set
('error_reporting', E_ALL);
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');

require
__DIR__.'/../vendor/autoload.php';

define('TEST_ROOT', dirname(__FILE__));

require_once
'PHPolyglotTestCase.php';