PHP Classes

File: vendor/erusev/parsedown/test/bootstrap.php

Recommend this page to a friend!
  Classes of Renato Lucena   PHP Pokemon Script   vendor/erusev/parsedown/test/bootstrap.php   Download  
File: vendor/erusev/parsedown/test/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: 215 bytes
 

Contents

Class file image Download
<?php

include 'Parsedown.php';

if ( !
class_exists('\PHPUnit\Framework\TestCase') && class_exists('\PHPUnit_Framework_TestCase')) {
   
class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase');
}