From c300bd4931625fd7cb7f885ceacb409533ef95fe Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 20 Dec 2016 11:48:09 +0100 Subject: [PATCH 1/2] FEATURE: Add further TYPO3 versions to travis tests * As they will fail at the moment, we mark them so * Still they will show us how many tests will fail and how much work project 1 will have. --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.travis.yml b/.travis.yml index 44af4d6..8e6f68a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,19 +17,37 @@ env: - typo3DatabasePassword="" matrix: - TYPO3_VERSION="~6.2" + - TYPO3_VERSION="~7.6" + - TYPO3_VERSION="~8" + - TYPO3_VERSION="dev-master" matrix: fast_finish: true exclude: # TYPO3 no longer supports 5.6 + - env: TYPO3_VERSION="~7.6" + php: 5.6 + - env: TYPO3_VERSION="~8" + php: 5.6 - env: TYPO3_VERSION="dev-master" php: 5.6 # There is some error with 6.2 and 7 not finding the "UnitTestsBootstrap.php" + # See: https://github.com/DanielSiepmann/search_core/issues/4 - env: TYPO3_VERSION="~6.2" php: 7.0 - env: TYPO3_VERSION="~6.2" php: 7.1 allow_failures: + # 7 and 8 are not working due to current relation resolving. + # See: https://github.com/DanielSiepmann/search_core/projects/1 + - env: TYPO3_VERSION="~7.6" + php: 7.0 + - env: TYPO3_VERSION="~7.6" + php: 7.1 + - env: TYPO3_VERSION="~8" + php: 7.0 + - env: TYPO3_VERSION="~8" + php: 7.1 - env: TYPO3_VERSION="dev-master" php: 7.0 - env: TYPO3_VERSION="dev-master" From 10fe5763e8bd9def16db39621566a20797da74b6 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 20 Dec 2016 12:12:26 +0100 Subject: [PATCH 2/2] BUGFIX: Add missing fields * Necessary in newer TYPO3 versions as no default value exists anymore --- .../Functional/Fixtures/Hooks/DataHandler/NonAllowedTables.xml | 1 + Tests/Functional/Fixtures/Indexing/ResolveRelations.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Tests/Functional/Fixtures/Hooks/DataHandler/NonAllowedTables.xml b/Tests/Functional/Fixtures/Hooks/DataHandler/NonAllowedTables.xml index fa9ec31..48dfd40 100644 --- a/Tests/Functional/Fixtures/Hooks/DataHandler/NonAllowedTables.xml +++ b/Tests/Functional/Fixtures/Hooks/DataHandler/NonAllowedTables.xml @@ -13,5 +13,6 @@ 0 0 + diff --git a/Tests/Functional/Fixtures/Indexing/ResolveRelations.xml b/Tests/Functional/Fixtures/Indexing/ResolveRelations.xml index 1c4b5cd..1b445ba 100644 --- a/Tests/Functional/Fixtures/Indexing/ResolveRelations.xml +++ b/Tests/Functional/Fixtures/Indexing/ResolveRelations.xml @@ -55,6 +55,7 @@ Category for testing 0 1 + @@ -70,6 +71,7 @@ Another category for testing 1 1 + @@ -85,6 +87,7 @@ 0 1 +