summaryrefslogtreecommitdiff
path: root/tests/unit/Xml
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/Xml
parent4117b88528ba9a7d3fbdf3248aeb8ca0f7c37455 (diff)
Chnages in phpunit's bootstrap script; should hopefully fix travis
Diffstat (limited to 'tests/unit/Xml')
-rw-r--r--tests/unit/Xml/AllTests.php1
-rw-r--r--tests/unit/Xml/TXmlDocumentTest.php1
-rw-r--r--tests/unit/Xml/TXmlElementListTest.php1
-rw-r--r--tests/unit/Xml/TXmlElementTest.php1
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/unit/Xml/AllTests.php b/tests/unit/Xml/AllTests.php
index 10658d42..d934786b 100644
--- a/tests/unit/Xml/AllTests.php
+++ b/tests/unit/Xml/AllTests.php
@@ -1,5 +1,4 @@
<?php
-require_once dirname(__FILE__).'/../phpunit.php';
if(!defined('PHPUnit_MAIN_METHOD')) {
define('PHPUnit_MAIN_METHOD', 'Xml_AllTests::main');
diff --git a/tests/unit/Xml/TXmlDocumentTest.php b/tests/unit/Xml/TXmlDocumentTest.php
index 8766b231..2ab95641 100644
--- a/tests/unit/Xml/TXmlDocumentTest.php
+++ b/tests/unit/Xml/TXmlDocumentTest.php
@@ -1,5 +1,4 @@
<?php
-require_once dirname(__FILE__).'/../phpunit.php';
Prado::using('System.Xml.TXmlDocument');
diff --git a/tests/unit/Xml/TXmlElementListTest.php b/tests/unit/Xml/TXmlElementListTest.php
index 16384078..b124dfbe 100644
--- a/tests/unit/Xml/TXmlElementListTest.php
+++ b/tests/unit/Xml/TXmlElementListTest.php
@@ -1,5 +1,4 @@
<?php
-require_once dirname(__FILE__).'/../phpunit.php';
Prado::using('System.Xml.TXmlDocument');
diff --git a/tests/unit/Xml/TXmlElementTest.php b/tests/unit/Xml/TXmlElementTest.php
index ec560a1c..d7b86832 100644
--- a/tests/unit/Xml/TXmlElementTest.php
+++ b/tests/unit/Xml/TXmlElementTest.php
@@ -1,5 +1,4 @@
<?php
-require_once dirname(__FILE__).'/../phpunit.php';
Prado::using('System.Xml.TXmlDocument');