PHP Classes

File: vendor/hamcrest/hamcrest-php/tests/bootstrap.php

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/hamcrest/hamcrest-php/tests/bootstrap.php   Download  
File: vendor/hamcrest/hamcrest-php/tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 4 years ago
Size: 220 bytes
 

Contents

Class file image Download
<?php

error_reporting
(E_ALL | E_STRICT);

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

if (
defined('E_DEPRECATED')) {
   
error_reporting(error_reporting() | E_DEPRECATED);
}

Hamcrest\Util::registerGlobalFunctions();