PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Mahmoud Elnezamy   PHP Route Library   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Route Library
Route requests to registered callback functions
Author: By
Last change:
Date: 3 years ago
Size: 174 bytes
 

Contents

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

// ini_set('error_reporting', E_ALL);

$loader = require __DIR__ . '/../vendor/autoload.php';
$loader = require __DIR__ . '/DummyRequest.php';