mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-07 12:57:54 -05:00
Add phpunit configuration to run tests and add the first running test to validate the configuration
7 lines
154 B
PHP
7 lines
154 B
PHP
<?php
|
|
|
|
error_reporting(E_ALL);
|
|
ini_set('display_errors', 1);
|
|
|
|
require('../constants.php');
|
|
require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader
|