Registry / testing / typo3-testing-framework

typo3-testing-framework

JSON →
library9.5.0phppackagistunverified

The TYPO3 testing framework provides base classes for unit and functional testing of TYPO3 extensions and core.

composer require typo3/testing-framework
INSTALL
IMPORT
SIG · TYPO3-TESTING-FRAM
T
typo3-testing-framework
testingphpv9.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FunctionalTestCase
✓ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;

Extend FunctionalTestCase to write functional tests for TYPO3.

use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase; class MyTest extends FunctionalTestCase { protected function setUp(): void { parent::setUp(); } }
Debug
Known issues
breakingRequires TYPO3 v12+ for version 9.x
fix
Ensure your TYPO3 version is compatible with the testing framework version.
affects: >=9.0.0
Upgrade
Version history
9.5.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
typo3-testing-framework — pip install typo3-testing-framework · libregistry