testing-framework icon indicating copy to clipboard operation
testing-framework copied to clipboard

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests

Results 17 testing-framework issues
Sort by recently updated
recently updated
newest added

I'm currently working on an extension that imports static data using an `ext_tables_static+adt.sql` file, and that includes a functional repository test that tests that records can be loaded from the...

Importing the static data of extensions (e.g., static_info_tables) can be really slow, and hence slowing down the functional tests immensely. I propose the TF either does not import static data...

Hi, I have experienced a problem with `nimut/testing-framework` and PHP 8.0.14 When I run the PHPUnit command ```shell $ TYPO3_PATH_WEB=$PWD/.Build/Web typo3DatabaseDriver=pdo_sqlite .Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml Tests/Functional ``` I run into an...

I have found problem with nimut/testing-framework in combination with PostgreSQL. MySQL and PostgreSQL differs on how the `auto_increment` is working, but the `doctrine/dbal` handles this for us. If I have...

Hello, for one of my functional tests I have added `static_info_tables` to `$this->testExtensionsToLoad`. All records of `ext_tables_static+adt.sql` were added successfully, but after `tearDown()` of first test, all tables of `static_info_tables`...

This method promises to return an int, but returned a string instead, and hence needed a typecast.

Hi. Are there any plans for adding support for PostgreSQL. When running my tests for the TYPO3 Crawler with `typo3DatabaseDriver=pdo_pgsql` I get the error: `FATAL: database "typo3test_ft027f169" does not exist`...

== Description == On our project we are using helhum/typo3-secure-web package together with nimut/testing-framework, and we got an issue when running FunctionalTests together with frontend requests. As we are using...

Deprecations in TYPO3 v9 will trigger an error with E_USER_DEPRECATED resulting in unit tests using deprecated core functions to fail. This patch updates the text configuration, so deprecations will not...

Hi, I see that you are still on Travis CI here, which in my eyes are getting more and more difficult for Open Source projects. I would be happy to...