friendica/tests/bootstrap.php

12 lines
231 B
PHP
Raw Normal View History

2018-04-09 21:23:41 +02:00
<?php
/**
* This file is loaded by PHPUnit before any test.
*/
use PHPUnit\Framework\TestCase;
// Backward compatibility
if (!class_exists(TestCase::class)) {
class_alias(PHPUnit_Framework_TestCase::class, TestCase::class);
}