diff options
| author | 2015-01-31 14:48:35 +0100 | |
|---|---|---|
| committer | 2015-01-31 14:48:35 +0100 | |
| commit | c29b6d4c226cf9c45d7d372ee4bce3bcbcca99a6 (patch) | |
| tree | 9a8f2be9185cd110988bf8a687aaa316c9145db9 /tests/bootstrap.php | |
| parent | e92acfd8227bc3ac94e9039343ff76c20facf29a (diff) | |
| parent | e91b72b63cd11ae3c4f59e48439e93955242c673 (diff) | |
Merge branch 'dev' into beta
Conflicts:
README.fr.md
README.md
Diffstat (limited to 'tests/bootstrap.php')
| -rw-r--r-- | tests/bootstrap.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 000000000..24340b15c --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,7 @@ +<?php + +error_reporting(E_ALL); +ini_set('display_errors', 1); + +require('../constants.php'); +require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader
\ No newline at end of file |
