PHPackages                             teamneusta/pimcore-testing-framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. teamneusta/pimcore-testing-framework

ActiveLibrary[Testing &amp; Quality](/categories/testing)

teamneusta/pimcore-testing-framework
====================================

The Pimcore testing framework provides base classes for unit, integration and functional testing

v0.13.0(2mo ago)615.6k↑73.1%[2 PRs](https://github.com/teamneusta/pimcore-testing-framework/pulls)7MITPHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0CI passing

Since Jun 13Pushed 7mo ago10 watchersCompare

[ Source](https://github.com/teamneusta/pimcore-testing-framework)[ Packagist](https://packagist.org/packages/teamneusta/pimcore-testing-framework)[ RSS](/packages/teamneusta-pimcore-testing-framework/feed)WikiDiscussions v0.12 Synced 1mo ago

READMEChangelog (10)Dependencies (48)Versions (24)Used By (7)

Pimcore Testing Framework
=========================

[](#pimcore-testing-framework)

Provides tools for Pimcore unit/integration testing with PHPUnit.

Installation
------------

[](#installation)

1. **Require the bundle**

    ```
    composer require --dev teamneusta/pimcore-testing-framework
    ```

Usage
-----

[](#usage)

### Bootstrapping Pimcore

[](#bootstrapping-pimcore)

We provide a convenience method to bootstrap Pimcore for running tests. Just call `BootstrapPimcore::bootstrap()` in your `tests/bootstrap.php` as seen below, and you're done.

```
# tests/bootstrap.php
