PHP Classes

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

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/phpunit/php-token-stream/tests/bootstrap.php   Download  
File: vendor/phpunit/php-token-stream/tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 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
);