summaryrefslogtreecommitdiff
path: root/tests/unit/phpunit.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-09-17 09:45:24 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-09-17 09:45:24 +0200
commit7dbca97c478e34b2d7a7c47f1bc18ba7d7ce1525 (patch)
tree381bda2e192ecfae33c83d7f1c972894bc1cf562 /tests/unit/phpunit.php
parent4117b88528ba9a7d3fbdf3248aeb8ca0f7c37455 (diff)
Chnages in phpunit's bootstrap script; should hopefully fix travis
Diffstat (limited to 'tests/unit/phpunit.php')
-rw-r--r--tests/unit/phpunit.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/unit/phpunit.php b/tests/unit/phpunit.php
deleted file mode 100644
index f6338237..00000000
--- a/tests/unit/phpunit.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-/**
- * A few common settings for all unit tests.
- *
- * This file should be included in all unit tests with absolute path to be able to run it
- * from the command line with "phpunit" like this:
- *
- * require_once dirname(__FILE__).'/path/../to/../phpunit.php';
- *
- * Also remember do define the @package attribute for your test class to make it appear under
- * the right package in unit test and code coverage reports.
- */
-
-define('PRADO_TEST_RUN', true);
-define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework');
-set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path());
-
-require_once(PRADO_FRAMEWORK_DIR.'/prado.php'); \ No newline at end of file