]> git.mxchange.org Git - friendica.git/blob - tests/bootstrap.php
enable codecov
[friendica.git] / tests / bootstrap.php
1 <?php
2 /**
3  * This file is loaded by PHPUnit before any test.
4  */
5
6 use PHPUnit\Framework\TestCase;
7
8 // Backward compatibility
9 if (!class_exists(TestCase::class)) {
10         class_alias(PHPUnit_Framework_TestCase::class, TestCase::class);
11 }