Add more tests

This commit is contained in:
RainLoop Team 2016-05-20 22:55:29 +03:00
parent 0f55220412
commit 990309f2d3
16 changed files with 716 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?php
define('TEST_DATA_FOLDER', __DIR__.'/_data');
define('TEST_DATA_FOLDER', __DIR__.'/data');
$_ENV['RAINLOOP_INCLUDE_AS_API'] = true;
include __DIR__.'/../index.php';