PHP Classes

File: libraries/vendor/phpunit/php-token-stream/tests/bootstrap.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/phpunit/php-token-stream/tests/bootstrap.php   Download  
File: libraries/vendor/phpunit/php-token-stream/tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 7 years ago
Size: 155 bytes
 

Contents

Class file image Download
<?php
require __DIR__ . '/../vendor/autoload.php';

define(
   
'TEST_FILES_PATH',
   
__DIR__ . DIRECTORY_SEPARATOR . '_fixture' . DIRECTORY_SEPARATOR
);