wrote this file. * As long as you retain this notice you can do whatever you want with * this stuff. If we meet some day, and you think this stuff is worth it, * you can buy me a beer in return. * * @author Sven Strittmatter * @copyright Copyright (c) 2010, Sven Strittmatter. * @version 0.2.0 * @license http://www.weltraumschaf.de/the-beer-ware-license.txt */ /** * The root directory of the repo. */ define('KAPI_ROOT_DIRECTORY', dirname(__DIR__)); /** * Directory where the fixture files live. */ define('KAPI_TESTS_FIXURES_DIRECTORY', KAPI_ROOT_DIRECTORY . '/tests/fixtures'); /** * Where to store report files. */ define('KAPI_TESTS_REPORTS_DIR', KAPI_ROOT_DIRECTORY . '/reports');