From 7dbca97c478e34b2d7a7c47f1bc18ba7d7ce1525 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 17 Sep 2013 09:45:24 +0200 Subject: Chnages in phpunit's bootstrap script; should hopefully fix travis --- tests/unit/AllTests.php | 1 - tests/unit/Caching/AllTests.php | 1 - tests/unit/Caching/TAPCCacheTest.php | 1 - tests/unit/Caching/TMemCacheTest.php | 1 - tests/unit/Caching/TSqliteCacheTest.php | 1 - tests/unit/Caching/mockapp/runtime/.gitignore | 2 ++ tests/unit/Collections/AllTests.php | 1 - tests/unit/Collections/TAttributeCollectionTest.php | 1 - tests/unit/Collections/TListTest.php | 1 - tests/unit/Collections/TMapTest.php | 1 - tests/unit/Collections/TPagedDataSourceTest.php | 1 - tests/unit/Collections/TPagedListTest.php | 1 - tests/unit/Collections/TPriorityListTest.php | 1 - tests/unit/Collections/TQueueTest.php | 1 - tests/unit/Collections/TStackTest.php | 1 - tests/unit/Data/DataGateway/AllTests.php | 2 +- tests/unit/Data/DataGateway/TSqlCriteriaTest.php | 2 +- tests/unit/Data/SqlMap/AllTests.php | 2 +- tests/unit/Data/SqlMap/DataMapper/AllTests.php | 2 +- .../Data/SqlMap/DataMapper/TPropertyAccessTest.php | 2 +- tests/unit/Data/SqlMap/DynamicParameterTest.php | 2 +- tests/unit/I18N/core/AllTests.php | 2 +- tests/unit/I18N/core/CultureInfoTest.php | 2 +- tests/unit/I18N/core/DateFormatTest.php | 2 +- tests/unit/I18N/core/DateTimeFormatInfoTest.php | 2 +- tests/unit/I18N/core/NumberFormatInfoTest.php | 2 +- tests/unit/I18N/core/NumberFormatTest.php | 2 +- tests/unit/IO/AllTests.php | 1 - tests/unit/IO/TTarFileExtractorTest.php | 1 - tests/unit/IO/TTextWriterTest.php | 1 - tests/unit/Security/AllTests.php | 1 - tests/unit/Security/TAuthManagerTest.php | 1 - tests/unit/Security/TAuthorizationRuleTest.php | 1 - tests/unit/Security/TSecurityManagerTest.php | 1 - tests/unit/Security/TUserManagerTest.php | 1 - tests/unit/Security/TUserTest.php | 1 - tests/unit/TComponentTest.php | 1 - tests/unit/Util/AllTests.php | 1 - tests/unit/Util/TDateTimeStampTest.php | 1 - tests/unit/Util/TLoggerTest.php | 1 - tests/unit/Util/TSimpleDateFormatterTest.php | 1 - tests/unit/Web/AllTests.php | 1 - tests/unit/Web/TAssetManagerTest.php | 1 - tests/unit/Web/TCacheHttpSessionTest.php | 1 - tests/unit/Web/THttpCookieCollectionTest.php | 1 - tests/unit/Web/THttpCookieTest.php | 1 - tests/unit/Web/THttpRequestTest.php | 1 - tests/unit/Web/THttpResponseTest.php | 1 - tests/unit/Web/THttpSessionTest.php | 1 - tests/unit/Web/THttpUtilityTest.php | 1 - tests/unit/Web/TUriTest.php | 1 - tests/unit/Web/UI/ActiveControls/AllTests.php | 2 +- .../Web/UI/ActiveControls/TActiveHiddenFieldTest.php | 2 +- tests/unit/Web/UI/AllTests.php | 2 +- tests/unit/Web/UI/TClientScriptManagerTest.php | 2 +- tests/unit/Web/UI/TControlAdapterTest.php | 2 +- tests/unit/Web/UI/TControlTest.php | 2 +- tests/unit/Web/UI/TFormTest.php | 2 +- tests/unit/Web/UI/THtmlWriterTest.php | 2 +- tests/unit/Web/UI/TPageStatePersisterTest.php | 2 +- tests/unit/Web/UI/TPageTest.php | 2 +- tests/unit/Web/UI/TSessionPageStatePersisterTest.php | 2 +- tests/unit/Web/UI/TTemplateControlTest.php | 2 +- tests/unit/Web/UI/TTemplateManagerTest.php | 2 +- tests/unit/Web/UI/TTemplateTest.php | 2 +- tests/unit/Web/UI/TThemeManagerTest.php | 2 +- tests/unit/Web/UI/TThemeTest.php | 2 +- tests/unit/Web/UI/WebControls/AllTests.php | 2 +- tests/unit/Web/UI/WebControls/TDropDownListTest.php | 2 +- tests/unit/Web/UI/WebControls/TLabelTest.php | 2 +- .../UI/WebControls/TRequiredFieldValidatorTest.php | 2 +- tests/unit/Web/UI/WebControls/TXmlTransformTest.php | 2 +- tests/unit/Xml/AllTests.php | 1 - tests/unit/Xml/TXmlDocumentTest.php | 1 - tests/unit/Xml/TXmlElementListTest.php | 1 - tests/unit/Xml/TXmlElementTest.php | 1 - tests/unit/bootstrap.php | 20 ++++++++++++++++++++ tests/unit/phpunit.php | 18 ------------------ 78 files changed, 55 insertions(+), 93 deletions(-) create mode 100644 tests/unit/bootstrap.php delete mode 100644 tests/unit/phpunit.php (limited to 'tests/unit') diff --git a/tests/unit/AllTests.php b/tests/unit/AllTests.php index e4c022cb..7b8027b3 100644 --- a/tests/unit/AllTests.php +++ b/tests/unit/AllTests.php @@ -1,5 +1,4 @@