PHP Package: typo3/testing-framework

The Typo3 Testing Framework is designed to streamline and simplify the testing process for Typo3 applications, ensuring robustness and reliability in development workflows.

Current Version: 9.1.2
Last Updated: 2024-12-05
PHP Requirement: ^8.2
Dependencies:
phpunit/phpunit
typo3/cms-core
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Typo3 Testing Framework is a comprehensive toolset that enables developers to create and execute tests efficiently, enhancing the quality and stability of Typo3 projects. With a wide range of features and capabilities, this framework empowers developers to write thorough and effective tests, leading to improved code quality and a more seamless development experience.

🔗 View on GitHub

Download Latest Version: 9.2.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/typo3/testing-framework/9.2.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/typo3/cms-core/{lib_version}/loader.php';

use Typo3\TestingFramework\TestCase;
use PHPUnit\Framework\TestCase;

$obj = new TestCase();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.