GithubHelp home page GithubHelp logo

Comments (4)

IchHabRecht avatar IchHabRecht commented on June 3, 2024

Yes, we need to change DB api usage to Doctrine as well as implement the support for phpunit 6

from testing-framework.

IchHabRecht avatar IchHabRecht commented on June 3, 2024

Hi dkd-kaehm,

With the new version 2.0.0 you should be able to test against the current master of TYPO3 CMS. Please be aware the we cannot raise the allowed version number as there isn't any TYPO3 CMS 9 release yet. Please require TYPO3 CMS "dev-master as 8.7.0" to enable testing in your extension.

from testing-framework.

dkd-kaehm avatar dkd-kaehm commented on June 3, 2024

@IchHabRecht thanks for your answer.
I tried version 2.0 just now and it works as expected -> see Solr Pull Request and Travis Job for CMS @dev-master.
This Job fails, which is OK for now.

Which is best praxis for handling fixtures for removed database fields?
Is maybe something like that usable?

    <pages>
        ....
        <urltype library="typo3/cms" version="<8.7.999">1</urltype>
    </pages>
</dataset>

Include urltype field if CMS version smaller than "8.7.999"....

Or is something similar already possible without having multiple fixture files?

from testing-framework.

IchHabRecht avatar IchHabRecht commented on June 3, 2024

Hi dkd-kaehm,

Thank you for your feedback.

According to your problem with the removed database field: as I understand you have to support multiple versions of TYPO3 CMS. One that still supports the database field and one without that field. I would recommend to have different fixture files for each version and import the appropriate according to the current TYPO3 CMS version.

from testing-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.